pub use clap; #[macro_export] macro_rules! str { ($e:expr) => { $e.to_string(); }; () => { "".to_string() } }