ReadonlycommandThe Command to execute if the parse result is valid (i.e. invalidArguments is empty).
Optional ReadonlygroupOptional parent GroupCommand if the parsed command was a member SubCommand,
ReadonlyinvalidAny arguments which were invalid.
ReadonlypopulatedThe argument values populated from the command line args. If the parse result is valid (i.e. invalidArguments is empty), this can be used to execute the specified command. PopulatedSingleValueType is for GlobalCommand values, PopulatedValues is for SubCommand values.
ReadonlyunusedAny arguments which were unused in the parsing operation.
A container holding the result of a command clause parsing operation.