You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,25 @@ A cute little Bash library for blazing fast argument parsing
7
7
- Uses only builtins
8
8
- Uses no subshells
9
9
- Simple API
10
-
- More featureful than [opts.bash](https://github.com/reconquest/opts.bash) and cleaner / easier to use than [bash_option_parser](https://github.com/MihirLuthra/bash_option_parser), [longoption](https://github.com/team-lab/longoption), more recent than [easyoptions](https://github.com/renatosilva/easyoptions), and no weird codegen step like [argbash](https://github.com/matejak/argbash) or [bash-argsparse](https://github.com/Anvil/bash-argsparse)
10
+
11
+
TODO: add types of options to table
12
+
13
+
| Software | No Codegen | No getopts/getopt | Preserves arguments | At least some testing
0 commit comments