Checks whether the given command line argument is suitable to be used as option value.
This is used by default to find option values.
Command line argument to check.
true
unless argument starts with -
and not equal to -
itself.
Extracts command line option values.
This is used by default to extract option values.
Command line arguments.
First argument index to start extracting values at.
An array of command line option values.
Generated using TypeDoc
Checks whether two option inputs are equal to each other.