ProgramArgs.optionAll

Gets all option values.

In case of non-repeating option, returns array with one value.

class ProgramArgs
string[]
optionAll
(
string name
,
string[] defaultValue = null
)

Return Value

Type: string[]

Option values, or defaultValue if none

See Also

option

Meta