Crate cliproc
Source pub use cli::stage;
pub use cli::Cli;
pub use proc::Command;
pub use proc::Subcommand;
- cli
- proc
- Arg
- A container for data provided on the command-line.
- ExitCode
- This type represents the status code the current process can return
to its parent under normal termination.
- Help
- A special flag that can have priority over other arguments in command-line
processing.