1 2 3 4 5
mod completion; mod manual; #[doc(inline)] pub use self::{completion::CompletionCommand, manual::ManualCommand};