fix(docs): fix wrong arguments for cargo make run given in CONTRIBUTING.md (#819)
This commit is contained in:
parent
954b432711
commit
b61489c218
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ cargo make build
|
||||||
cargo make test
|
cargo make test
|
||||||
# Run Zellij (optionally with additional arguments)
|
# Run Zellij (optionally with additional arguments)
|
||||||
cargo make run
|
cargo make run
|
||||||
cargo make run -- -l strider
|
cargo make run -l strider
|
||||||
# Run Clippy (potentially with additional options)
|
# Run Clippy (potentially with additional options)
|
||||||
cargo make clippy
|
cargo make clippy
|
||||||
cargo make clippy -W clippy::pedantic
|
cargo make clippy -W clippy::pedantic
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue