build-fs-tree 0.6.0

Generate a filesystem tree from a macro or a YAML tree
Documentation
1
2
3
4
5
6
7
8
9
//! Components of the CLI programs.

#[cfg(feature = "cli-completions")]
pub mod completions;
pub mod main;

pub use clap;
pub use clap_utilities;
pub use clap_utilities::clap_complete;