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

cmd/node: fix completion of output flag #466

Merged
merged 1 commit into from
Jan 18, 2021

Conversation

rolinh
Copy link
Member

@rolinh rolinh commented Jan 18, 2021

The flag needs to be added to the command prior to registering the flag completion function.

The flag needs to be added to the command prior to registering the flag
completion function.

Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
@rolinh rolinh added ⌨️ area/cli Impacts the command line interface of any command in the repository. release-note/misc This PR makes changes that have no direct user impact. labels Jan 18, 2021
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jan 18, 2021
@rolinh rolinh merged commit afc6938 into master Jan 18, 2021
@rolinh rolinh deleted the pr/rolinh/fix-node-list-flag-completion branch January 18, 2021 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⌨️ area/cli Impacts the command line interface of any command in the repository. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants