Expand description
Command tree data model and human rendering.
Structs§
- Tree
Node - Command tree node used by the built-in
treecommand.
Functions§
- build_
tree_ from_ clap - Builds a tree from a
clapcommand hierarchy. - build_
tree_ from_ parts - Builds a tree node from explicit parts.
- render_
tree_ human - Renders a command tree for human output.