-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
To avoid confusing users we should improve the way command line arguments are parsed. At least it should:
- show usage information when invoked without arguments, or with
-hor--help - show a helpful error message if any of the arguments are missing or of the wrong type
If this becomes too cumbersome to implement with the very simple minimist engine, it might be good consider using a full-featured parsing engine such as yargs for this.
Reactions are currently unavailable