aboutsummaryrefslogtreecommitdiff
path: root/bin/without-env (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/*: Add matching parenthesis to case clausesEuAndreh2023-07-291-5/+5
|
* bin/: Make help string more consistent across several executablesEuAndreh2023-04-121-2/+15
|
* bin/: Use explicit "--" separator for assert-arg usagesEuAndreh2023-02-171-2/+2
| | | | | | | | | | | | | | 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/without-env: Fix -h flag in USAGE stringEuAndreh2022-10-191-1/+1
|
* bin/without-env: Don't bother with looking at the 3rd argumentEuAndreh2022-10-191-1/+0
|
* bin/without-env: Better handling of "--" separatorEuAndreh2022-10-161-1/+3
|
* bin/: Replace usage of assert_arg with assert-argEuAndreh2022-08-131-10/+3
|
* Move Git repository into ~/.usr/.git/EuAndreh2022-05-121-0/+76