We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacdbeb commit d31d1c4Copy full SHA for d31d1c4
examples/hello-world.sh
@@ -6,7 +6,7 @@
6
# - or
7
# - hasflag
8
# - readopt
9
-source $(shellib github.com/shellib/cli)
+source $(grab github.com/shellib/cli)
10
11
help=$(hasflag --help $*)
12
greeting=$(or $(readopt --greeting $*) "Hello World!")
0 commit comments