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
For example, the command:
`canonical_data_syncer --verbosity`
Now produces:
Error: '--verbosity' was given without a value
And shows the help message.
Previously, the program silently ignored the missing value.
Fixes: exercism#37
For example, the command:
`canonical_data_syncer --verbosity`
Now produces:
Error: '--verbosity' was given without a value
And shows the help message.
Previously, the program silently ignored the missing value.
Fixes: exercism#37
Examples
Current behaviour
The program silently ignores the missing value and performs the "sync" behaviour with the default options.
Expected behaviour
We should show an error like
And show the help message.
The text was updated successfully, but these errors were encountered: