Expand description

Legacy API argument module. Should not be use since parsable_argument is now the preffered way of defining arguments. Most likely will be removed in future.

Structs

  • Argument struct allows to specify type of expected argument, its names and after parsing contains results. This is the legacy method of defining arguments. Currently using ParsableValueArgument is preffered.

Enums

  • ArgResult enum is similar to ArgType enum but contains data generated through parsing
  • Enum allowing to choose the type of argument.