Macro ouch::arg_flag[][src]

macro_rules! arg_flag {
    ($short:expr, $long:expr) => { ... };
    ($long:expr) => { ... };
}
Expand description

Create a flag with long flag (?), receives argument (?).