pound 0.1.4

low footprint, derive-first CLI parser
Documentation
1
2
3
4
5
6
7
8
use pound::ValueEnum;

#[derive(ValueEnum)]
struct Bad {
    x: u32,
}

fn main() {}