build-fs-tree 0.2.6

Generate a filesystem tree from a macro or a YAML tree
Documentation
//! Components of the CLI programs.

pub mod completions;
pub mod main;

pub use structopt;
pub use structopt::clap;