We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a1b00 commit 2087e87Copy full SHA for 2087e87
README.md
@@ -25,11 +25,11 @@ git clone "https://github.com/eankeen/args" ~/.args
25
26
```bash
27
# Declaring `args` may be required
28
-declare -a args
+declare -A args=()
29
30
# Pass through your command line arguments to 'args'
31
# Pass your argument specification through stdin (see more examples below)
32
-source args.parse "$@" <<-"EOF"
+source bash-args parse "$@" <<-"EOF"
33
@flag [port.p] {3000} - The port to open on
34
EOF
35
0 commit comments