Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve args creation and validation #70

Open
markjschreiber opened this issue Sep 30, 2024 · 0 comments
Open

Improve args creation and validation #70

markjschreiber opened this issue Sep 30, 2024 · 0 comments
Labels
enhancement New feature or request run analyzer

Comments

@markjschreiber
Copy link
Contributor

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.

e.g
https://github.com/docopt/docopt/blob/master/examples/validation_example.py

@markjschreiber markjschreiber added enhancement New feature or request run analyzer labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request run analyzer
Projects
None yet
Development

No branches or pull requests

1 participant