mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +00:00
commit
e3c8050545
2 changed files with 3 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue