mirror of
https://github.com/clap-rs/clap
synced 2024-12-15 07:12:32 +00:00
docopt badge on structopt-derive in README.md
This commit is contained in:
parent
6d73942385
commit
36cfbc4c10
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# 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-derive)
|
||||
# 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-derive/badge.svg)](https://docs.rs/structopt-derive)
|
||||
|
||||
Parse command line argument by defining a struct. It combines [clap](https://crates.io/crates/clap) with custom derive.
|
||||
|
||||
|
|
Loading…
Reference in a new issue