Skip to content

feat(cli): change help message definition strategy of clap. use comment #173

feat(cli): change help message definition strategy of clap. use comment

feat(cli): change help message definition strategy of clap. use comment #173

Workflow file for this run

name: ci
on:
push:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build
- run: cargo test