Expand description
A personal helper crate to help me build CLIs. I do not recommend others to use it.
Enums§
- Tree
Error - Represents an error that can occur with a tree Node.
Traits§
- Node
- Represents a command in the command tree.
Functions§
- map_
to_ clap - Map nodes to their respective clap commands.
- run_
tree - Run a parent node command.