bash-argsparse icon indicating copy to clipboard operation
bash-argsparse copied to clipboard

An high level argument parsing library for bash

Results 6 bash-argsparse issues
Sort by recently updated
recently updated
newest added

Hi, Currently require only support 'AND' argsparse_use_option option1 "desc option1" argsparse_use_option option2 "desc option2" argsparse_use_option option2 "desc option3" require:"option1 option2" => option3 requires option1 AND option2 It would be nice...

- Reformat file to follow intellij bash standards, which may or may not be canon - Add .gitignore to ignore .idea config directory

GNU getopt, at least, provides multiple "scanning modes" that affect how it parses interleaved options and parameters. This PR exposes the choice to an application using the argsparse library. This...

I've tried running one of the tutorial scripts and it does not successfully parse options on MacOS via "homebrew" installation of Bash version 5.2.37, however it does on an ubuntu...

The order of flags described in the generated usage appears to be random. (I guess it is effectively the iteration order of the bash associative maps.) For example, the current...