1 2 3 4 5 6 7
//! Tooling to create a standard CLI experience
pub mod completion;
#[cfg(test)]
mod completion_test;
pub mod error_handling;
pub mod style;
1 2 3 4 5 6 7
//! Tooling to create a standard CLI experience
pub mod completion;
#[cfg(test)]
mod completion_test;
pub mod error_handling;
pub mod style;