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. PopulatedArgumentSingleValueType is for GlobalCommand values, PopulatedArgumentValues is for SubCommand values.
ReadonlyunusedAny arguments which were unused in the parsing operation.
A container holding the result of a command clause parsing operation.