Expand description
A crate for building shell interfaces in Rust.
See the README.md and examples for more information.
Modules§
Macros§
- cmd
- Creates a leaf command from the given name and closure.
- leaf
- Creates a leaf command from a given Command.
- parent
- Creates a parent command that has child subcommands underneath it.