clap/README.md
Guillaume Pinot 3ec065a12a Init project
2017-02-03 01:17:31 +01:00

9 lines
426 B
Markdown

# StructOpt [![Build status](https://travis-ci.org/TeXitoi/structopt.svg?branch=master)](https://travis-ci.org/TeXitoi/structopt) [![](https://img.shields.io/crates/v/structopt.svg)](https://crates.io/crates/structopt) [![](https://docs.rs/structopt/badge.svg)](https://docs.rs/structopt)
Parse command line argument by defining a struct.
Work in progress.
## Documentation
Find it on [Docs.rs](https://docs.rs/structopt)