note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
argvalue
Description
Get the number of arguments passed to the script (those after --).
Name | Description |
---|---|
skip = 0 | The number of arguments (with potentially the same name) to skip. |
const argument[] = "" | The name of the argument, including - s and / s. |
&value = cellmin | The output destination. |
Returns
true - the argument was found with value, false - it wasn't.
Notes
Separate parameters also count for the index here.
For example with --load test --run
the argument --run
is index 2
.