-
-
Notifications
You must be signed in to change notification settings - Fork 0
Throw exception when unknown argument provided #234
Copy link
Copy link
Open
Labels
enhancementNon-breaking improvements to existing behaviourNon-breaking improvements to existing behaviourgood first issueSuitable starting point for new contributorsSuitable starting point for new contributorshelp wantedExtra input or contributions neededExtra input or contributions needed
Metadata
Metadata
Assignees
Labels
enhancementNon-breaking improvements to existing behaviourNon-breaking improvements to existing behaviourgood first issueSuitable starting point for new contributorsSuitable starting point for new contributorshelp wantedExtra input or contributions neededExtra input or contributions needed
Named arguments
--like-thisor short versions like-lshould 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.