structopt 0.2.9

Parse command line argument by defining a struct.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: rust
cache: cargo
rust:
  - stable
  - beta
  - nightly
matrix:
  include:
    - rust: nightly
      env: FEATURES="--features nightly"
    - rust: stable
      env: RUN=FMT
      before_script: rustup component add rustfmt-preview
      script: cargo fmt --all -- --write-mode diff
script:
  - cargo test $FEATURES