aboutsummaryrefslogtreecommitdiff
path: root/bin/forever (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/forever: Add "-n" option, remove long optionsEuAndreh2024-11-141-45/+7
|
* bin/*: Add matching parenthesis to case clausesEuAndreh2023-07-291-6/+6
|
* bin/: Make help string more consistent across several executablesEuAndreh2023-04-121-1/+4
|
* bin/forever: Add -q flagEuAndreh2023-02-271-3/+10
|
* bin/: Use explicit "--" separator for assert-arg usagesEuAndreh2023-02-171-1/+1
| | | | | | | | | | | | | | In order to prevent legitimate cases to fail as errors, such as: NUM='-10' eval "$(assert-arg "$NUM" '-n NUM')" To prevent assert-arg(1) from treating "-10" as the options "-1 and -0, they need to be put after the "--" separator. This way, all usages of assert-arg(1) that had its first argument as a variable were adapted, and the usage and examples of assert-arg itself were updated to encourage this best practice.
* bin/forever: Report on the status code of each runEuAndreh2022-08-131-1/+3
|
* bin/forever: Add working utilityEuAndreh2022-08-131-0/+66