Option
interface Option
An optional command line parameter that takes a fixed number of values.
Options can take any fixed number of values, including 0.
Functions
Link copied to clipboard
Called after this command's argv is parsed to transform and store the option's value.
Link copied to clipboard
Information about this option for the help output.
Link copied to clipboard
Called after all of a command's parameters have been finalized to perform validation of the final value.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Optional explicit key to use when looking this option up from a ValueSource