build-fs-tree 0.3.1

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

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

pub use structopt;
pub use structopt::clap;