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;