We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cli/cli_module.py and cli_arguments.py has many methods. But they're not ordered consistently. This hurts maintainability
Re-order code in cli/ . Don't change anything else
The text was updated successfully, but these errors were encountered:
Fix #787: [CLI] Refactor CLI: make implementation order consistent
2a016b2
Fix #787: [CLI] Refactor CLI: make implementation order consistent (PR …
e8973fa
…#788) Fix #787
trentmc
Successfully merging a pull request may close this issue.
Background / motivation
cli/cli_module.py and cli_arguments.py has many methods. But they're not ordered consistently. This hurts maintainability
TODOs / DoD
Re-order code in cli/ . Don't change anything else
The text was updated successfully, but these errors were encountered: