No description
Find a file
Guillaume Pinot 8d095c609d refactor
2017-02-07 23:03:13 +01:00
examples example with args 2017-02-07 01:52:26 +01:00
src add flag tests 2017-02-07 01:41:16 +01:00
structopt-derive refactor 2017-02-07 23:03:13 +01:00
tests add flag tests 2017-02-07 01:41:16 +01:00
.gitignore Init project 2017-02-03 01:17:31 +01:00
.travis.yml Init project 2017-02-03 01:17:31 +01:00
Cargo.toml add flag tests 2017-02-07 01:41:16 +01:00
COPYING Init project 2017-02-03 01:17:31 +01:00
README.md Init project 2017-02-03 01:17:31 +01:00

StructOpt Build status

Parse command line argument by defining a struct.

Work in progress.

Documentation

Find it on Docs.rs