DEBSOURCES
Skip Quicknav
sources / rust-xflags-macros / 0.3.1-1 / tests / data / repeated_pos.rs
12345678
xflags! { cmd RepeatedPos { required a: PathBuf optional b: u32 optional c: OsString repeated rest: OsString } }