Crate clap_tree

Crate clap_tree 

Source
Expand description

A personal helper crate to help me build CLIs. I do not recommend others to use it.

Enums§

TreeError
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.

Type Aliases§

NodeFn
Defines the type of function to be called in the command tree.
NodePreFn
Defines the type of function to be call before a node’s f function (if it exists).