structopt-flags 0.3.2

Collection of reusable flags for StructOpt
Documentation
1
2
3
4
5
extern crate skeptic;

fn main() {
    skeptic::generate_doc_tests(&["README.md"]);
}