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
Currently some command-specific options such as --save-to are not checked for appropriate-ness at startup. This is partly due to the simplified processing of commands/options, which also limits where options can be placed on the command line.
Re-structure option parsing using sub-parsers
Add more conditional checking of options
Confine more option processing to main section
The text was updated successfully, but these errors were encountered:
Currently some command-specific options such as
--save-to
are not checked for appropriate-ness at startup. This is partly due to the simplified processing of commands/options, which also limits where options can be placed on the command line.Re-structure option parsing using sub-parsers
Add more conditional checking of options
Confine more option processing to main section
The text was updated successfully, but these errors were encountered: