Unrecognized command-line arguments do not produce an error
Open
enhancement
- Dominant language
- C++
- Stars
- 107
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
I recently mis-spelled a command-line argument that I had added to my application. This produced no error output from the execution. The argument was silently ignored.
If an argument is not handled by the built-in command-argument parser nor the application, an error should be emitted and execution aborted.
Contributor guide
Assessment
This issue has not been assessed yet.