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.