Skip to content

cli: fix abci help#9717

Merged
sergio-mena merged 7 commits intotendermint:mainfrom
JayT106:abci_help
Nov 23, 2022
Merged

cli: fix abci help#9717
sergio-mena merged 7 commits intotendermint:mainfrom
JayT106:abci_help

Conversation

@JayT106
Copy link
Contributor

@JayT106 JayT106 commented Nov 17, 2022

Closes #9693


PR checklist

  • Tests written/updated, or no tests needed
  • CHANGELOG_PENDING.md updated, or no changelog entry needed
  • Updated relevant documentation (docs/) and code comments, or no
    documentation updates needed

@JayT106 JayT106 requested a review from ebuchman as a code owner November 17, 2022 21:53
@JayT106 JayT106 requested a review from a team November 17, 2022 21:53
Copy link
Contributor

@sergio-mena sergio-mena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your patch!


switch cmd.Use {
case "kvstore", "version":
case "kvstore", "version", "help [command]":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch, Jay.
This fixes the issue with the automatically generated help command reported.

Copy link
Contributor

@lasarojc lasarojc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Jay. LGTM

Copy link
Contributor

@sergio-mena sergio-mena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks!

@sergio-mena sergio-mena merged commit 2d036c5 into tendermint:main Nov 23, 2022
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.

abci-cli help command is broken

3 participants