1 2 3 4 5 6
//! The basics to get you going with sarge. pub use crate::{tag, ArgParseError, ArgumentReader}; #[cfg(feature = "macros")] pub use crate::sarge;