ArgvInput.hasParameterOption

Returns true if the raw parameters (not parsed) contain a value.

This method is to be used to introspect the input parameters before they have been validated. It must be used carefully.

class ArgvInput
override
bool
hasParameterOption
(
string[] values
,
bool onlyParams = false
)

Meta