Positional args should also be kebab-cased in the help output
Open
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
Currently the usage prints positional args in snake_case, e.g.:
```
Usage: D:\foo.exe [] [-t ] [] []
```
It should also print positional args in kebab-case for consistency (`project-file` in this case).
Contributor guide
Assessment
This issue has not been assessed yet.