summaryrefslogtreecommitdiffstats
path: root/vendor/xflags-macros/tests/it/src/repeated_pos.rs
blob: 4106c65eb3062e3a50428035e372b6a2c777c7a1 (plain)
1
2
3
4
5
6
7
8
9
xflags! {
    cmd RepeatedPos
        required a: PathBuf
        optional b: u32
        optional c: OsString
        repeated rest: OsString
    {
    }
}