openlawlibrary / taf

The Archive Framework
GNU Affero General Public License v3.0
10 stars 7 forks source link

Fix for redundant printing of CLI help options #436

Closed Rana-KV closed 1 month ago

Rana-KV commented 1 month ago

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)