xflags-macros 0.3.2

Private implementation details of xflags.
Documentation
1
2
3
4
5
6
7
8
xflags! {
    cmd RepeatedPos {
        required a: PathBuf
        optional b: u32
        optional c: OsString
        repeated rest: OsString
    }
}