build-fs-tree 0.2.0

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

pub mod completions;
pub mod main;

pub use structopt;
pub use structopt::clap;