Structs§
- CLIArgument
- a command line positional argument.
- CLIOption
- a command line option (–example, -e).
- Command
- represents a cli command.
Enums§
- Command
Error - reasons that running a command might’ve failed. this is different from
HelpReason
because it’s the return type of the runningcommand
. - Help
Reason - reasons for a help screen to be triggered.