Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(zk_toolbox): allow hyphens after
zks test rust --options
(#3043)
## What ❔ Forces clap to allow hyphens after `zks test rust --options` ## Why ❔ So that you can run sensible commands like `zks test rust --options "-E test(io::tests::continue_unsealed_batch_on_restart) --no-capture"` ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk_supervisor fmt` and `zk_supervisor lint`.
- Loading branch information