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

Fix for redundant printing of CLI help options #436

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

Rana-KV
Copy link
Contributor

@Rana-KV Rana-KV commented Jun 4, 2024

Removing redundant CLI print line to fix the double print of keystore option when "taf dependencies add --help" is used.

Description

Fixes #428
Issue: "taf dependencies add --help" lists "--keystore" twice
Changes to address the Issue: Removed redundant print lines in "taf dependencies add --help".

Code review checklist (for code reviewer to complete)

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Commit messages are meaningful (see this for details)
  • Tests have been included and/or updated, as appropriate
  • Docstrings have been included and/or updated, as appropriate
  • Changelog has been updated, as needed (see CHANGELOG.md)

Removing redundant CLI print line to fix the double print of keystore option when "taf dependencies add --help" is used.
@Rana-KV Rana-KV changed the title Update __init__.py Fix for redundant printing of CLI help options Jun 4, 2024
@renatav renatav merged commit 2f774ee into openlawlibrary:master Jun 4, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TAF dependencies add help update
2 participants