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
- 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.