Skip to content

Update help output on README.md #12

Update help output on README.md

Update help output on README.md #12

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo build
- run: cargo test
- run: cargo clippy --no-deps -- -D warnings
- run: cargo fmt -- --check