Crate clean_cli

Source

Structs§

Cli
Cli is a central unit that contains all possible commands, arguments and handlers. To create instance using build pattern. Generic parameter using for return values from handlers.
CliBuilder
CliBuilder is a helper using for build Cli.
CommandBuilder
CommandBuilder is a helper using for build command object.
Parameter
Command parameter
ParameterBuilder
Buildr for command parameter

Enums§

ArgType
Set value type for commands and parameters
ArgValue
Contains value for commands and parameters