File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,11 @@ TODO: add types of options to table
3131
3232STATUS: IN DEVELOPMENT!
3333
34- ``` sh
35- # With bpm (recommended)
36- bpm --global install eankeen/args
34+ Use [ Basalt] ( https://github.com/hyperupcall/basalt ) , a Bash package manager, to add this project as a dependency
35+
3736
38- # With Git
39- git clone " https://github.com/eankeen/args" " $HOME /.bash-args"
40- export PATH=" $HOME /.bash-args/pkg/bin:$PATH "
37+ ``` sh
38+ basalt add hyperupcall/bash-args
4139```
4240
4341## Usage
@@ -48,7 +46,7 @@ declare -A args=()
4846
4947# Pass through your command line arguments to 'args'
5048# Pass your argument specification through stdin (see more examples below)
51- source bash-args parse " $@ " << -"EOF "
49+ bash-args parse " $@ " << -"EOF "
5250@flag [port.p] {3000} - The port to open on
5351EOF
5452
You can’t perform that action at this time.
0 commit comments