quicli 0.1.3

Quickly build cool CLI apps in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust
matrix:
  include:
  - rust: stable
    env: DANCE=OVER_ALL_THE_CRATES
  - rust: stable
    env: DANCE=DOCS_WALTZ
    before_script: cargo install waltz_cli
    script: docs/_test.sh
notifications:
  email:
    on_success: never
branches:
  only:
    - master
    - staging
    - trying