bigwheels
bigwheels copied to clipboard
Unrecognized command-line arguments do not produce an error
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.
Yeah, this is a long-running one. I think Angela's knob changes should remove the need for the current "getExtraParams" pattern, and enforce a stricter validation.
Yeah, this is a long-running one. I think Angela's knob changes should remove the need for the current "getExtraParams" pattern, and enforce a stricter validation.
Great! Glad it's being addressed. @angela28chen I'll put this in your queue then 😄