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 71f8f6a commit d333fdfCopy full SHA for d333fdf
README.md
@@ -78,4 +78,9 @@ The order the arguments are passed on the command line makes a difference
78
### Examples
79
80
* Calling `my-script.sh -f first -f last` will cause `${args["f"]}` to have the value `last`
81
-* Calling `my-script.sh -g 345 -g` will mean cause `${args["g"]}` to be blank
+* Calling `my-script.sh -g 345 -g` will mean cause `${args["g"]}` to be blank
82
+
83
+## Debug Mode
84
85
+There is a debug mode that can be enabled by setting the `ARG_DEBUG` variable at the top of the script to `true`.
86
+This will cause the script to dump out information about which flags it finds and of what kind etc
0 commit comments