You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input validation of CLI arguments would be a valuable feature to immediately notice that a given CLI command is not valid (instead of waiting for the parser to do its thing and then wondering why there are no results :)
Hey JMo! You are guessing right. At the moment there is no input validation regarding the command line arguments, except for those that are restricted to a list of well defined values (e.g. the message types).
Input validation of CLI arguments would be a valuable feature to immediately notice that a given CLI command is not valid (instead of waiting for the parser to do its thing and then wondering why there are no results :)
Currently all of the following get accepted:
I didn't test all of the arguments, but I guess it's not implemented at all currently.
The text was updated successfully, but these errors were encountered: