Crate icicle

Source

Structs§

CLIArgument
a command line positional argument.
CLIOption
a command line option (–example, -e).
Command
represents a cli command.

Enums§

CommandError
reasons that running a command might’ve failed. this is different from HelpReason because it’s the return type of the running command.
HelpReason
reasons for a help screen to be triggered.