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
As run analyzer has gained more functionality we have accumulated many parameters, some of which need validation, or are mutually exclusive. We can tidy this up and and general handling of the main function logic by making better use of the docopt conventions and Schema validation.
As run analyzer has gained more functionality we have accumulated many parameters, some of which need validation, or are mutually exclusive. We can tidy this up and and general handling of the
main
function logic by making better use of the docopt conventions andSchema
validation.e.g
https://github.com/docopt/docopt/blob/master/examples/validation_example.py
The text was updated successfully, but these errors were encountered: