Skip to content

Commit 78a1b00

Browse files
committed
docs: Smal fixes
1 parent 18429eb commit 78a1b00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# args
1+
# bash-args
22

33
A cute little Bash library for blazing fast argument parsing
44

@@ -7,7 +7,7 @@ A cute little Bash library for blazing fast argument parsing
77
- Uses only builtins
88
- Uses no subshells
99
- 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) and more recent than [easyoptions](https://github.com/renatosilva/easyoptions)
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)
1111

1212
## Installation
1313

pkg/bin/bash-args

100644100755
File mode changed.

0 commit comments

Comments
 (0)