Throw exception when unknown argument provided #234
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Named arguments
--like-this
or short versions like-l
should only be accepted if they are defined. I just tried using a cli script with an incorrectly named argument and it just ignored it... easy mistake to make, but it would have been nice to have been recognised by the system. An error message likeInvalid argument supplied: "--something"
would have been nice.The text was updated successfully, but these errors were encountered: