Closed joefutrelle closed 10 years ago
Currently if you mis-specify parameters to a command, no validation takes place--instead the entire CLI just crashes.
Switch to some reasonable form of validation.
This cuts across all the CLI commands so either I need to address it command-by-command or use something like a decorator to handle exceptions. Will start by testing each command with bogus params
Currently if you mis-specify parameters to a command, no validation takes place--instead the entire CLI just crashes.
Switch to some reasonable form of validation.