Crate shi[][src]

Expand description

A crate for building shell interfaces in Rust.

See the README.md and examples for more information.

Modules

A module for the commands portion of shi.

A module for the shell portion of shi.

Macros

Creates a leaf command from the given name and closure.

Creates a leaf command from a given Command.

Creates a parent command that has child subcommands underneath it.

Type Definitions