You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `argumentName` part of the definition is the name given to the argument and what should be passed to the `argValue` and `argExists` functions, see below.
45
45
46
+
By default if an argument is passed that hasn't been defined an error will be thrown and the script will exit.
47
+
This feature can be turned off by setting `ARG_MUST_BE_DEFINED` to `false`, note that the argument names will default to the argument its self, without the preceding hyphen(s).
48
+
46
49
### Get An Arguments Value
47
50
48
51
There is a helper function named `argValue()` which takes the name of
0 commit comments