1
2
3
4
5
6
7

#[derive(Debug, StructOpt)]
struct CacheInvalidateOpt {
    #[structopt(short = "d", long = "debug")]
    debug: bool,
}