Command line parser is sensitive to the order of positional and keyword-based arguments
Open
- Dominant language
- C++
- Stars
- 9
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
The inspect tool requires me to put the positional arguments first and then the `-options`. This is not up to modern standards, where command line parsers generally allow positional arguments and keyword-based options to be interleaved in any order.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.