Crate shi[−][src]
A crate for building shell interfaces in Rust.
See the README.md and examples for more information.
Modules
| command | A module for the commands portion of shi. |
| error | |
| shell | A module for the shell portion of shi. |
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. |
Type Definitions
| Result |