1 2 3 4
#![forbid(unsafe_code)] //! CLI parser surface wrappers. pub use crate::routing::parser::{parse_intent, root_command, ParsedGlobalFlags};