argbash icon indicating copy to clipboard operation
argbash copied to clipboard

Bash argument parsing code generator

Results 59 argbash issues
Sort by recently updated
recently updated
newest added

In the project description shown top right in main project site, the project website `https://argbash.dev` should be added.

see https://github.com/matejak/argbash/pull/167

The following statement ``` evaluate_strictness() { [["$2" =~ ^-(-(config|command|help|version)$|[chv]) ]] && die "You have passed '$2' as a value of argument '$1', which makes it look like that you have...

Since boolean optionals default to "off" we have no way to check if a boolean optional was actually specified on the command line. The ability to check if a boolean...

rst2man shows an error message when converting from rst to man. > rst2man argbash.rst | gzip > argbash.1.gz > argbash.rst:42: (ERROR/3) Undefined substitution referenced: "OPTION_IN_PLACE". To avoid this error message,...

I was about to post a feature request, but noticed that there have been no commits since January 2023. @matejak Any chance you could let us know the status? Then,...

A few typos I found when reading the documention.