Merge pull request #49 from epage/fixes

Misc minor improvements
This commit is contained in:
Ed Page 2021-12-01 07:31:12 -06:00 committed by GitHub
commit e3c8050545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -104,8 +104,6 @@ jobs:
target: ${{ matrix.target }}
override: true
- uses: Swatinem/rust-cache@v1
- name: Checkout
uses: actions/checkout@v2
- name: Check
run: make check-${{ matrix.features }}
docs:

View file

@ -104,6 +104,9 @@ CLI parsers optimized for other use cases.
### Related Projects
- [clap-verbosity-flag](https://github.com/rust-cli/clap-verbosity-flag)
- [clap-cargo](https://github.com/crate-ci/clap-cargo)
- [concolor-clap](https://github.com/rust-cli/concolor/tree/main/crates/clap)
- [Command-line Apps for Rust](https://rust-cli.github.io/book/index.html) book
- [`trycmd`](https://github.com/epage/trycmd): Snapshot testing
- Or for more control, [`assert_cmd`](https://github.com/assert-rs/assert_cmd) and [`assert_fs`](https://github.com/assert-rs/assert_fs)