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(cmd): remove duplicated default value #1448

Merged
merged 1 commit into from
Aug 4, 2023
Merged

Conversation

olblak
Copy link
Member

@olblak olblak commented Aug 4, 2023

Fix #612

Test

To test this pull request, you can run the following commands:

cd <to_package_directory>
go test

Additional Information

Tradeoff

Potential improvement

Signed-off-by: Olblak <me@olblak.com>
@olblak olblak added chore bug Something isn't working and removed chore labels Aug 4, 2023
@olblak olblak merged commit 1559186 into updatecli:main Aug 4, 2023
6 checks passed
@olblak olblak changed the title remove duplicated default value fix(cmd): remove duplicated default value Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The default value of the commands is repeated in the output of --help
1 participant