//! CLI command parsers grouped by category.
//!
//! All functions are re-exported so existing code using `crate::cli::parsers::*`
//! continues to work without qualification.
// Re-export all public items from each submodule so callers can use
// `use crate::cli::parsers::*` and get everything.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;