-
Notifications
You must be signed in to change notification settings - Fork 3
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
results: use subcommands instead of --action= option #65
Comments
why don't use click choice options https://click.palletsprojects.com/en/stable/options/#choice-options |
I will send a draft with this |
Draft: #70 |
fixed by #70 |
We want the results cmd to look like
kci-dev results summary
instead ofkci-dev results --action=summary
, but we didn't figure out yet how to do that with Python Click.Related to #57
The text was updated successfully, but these errors were encountered: