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

[Bug]: Duplicate lines in help menu for gaiad tx #3412

Open
1 task done
dasanchez opened this issue Nov 12, 2024 · 1 comment · Fixed by cosmos/cosmos-sdk#22576
Open
1 task done

[Bug]: Duplicate lines in help menu for gaiad tx #3412

dasanchez opened this issue Nov 12, 2024 · 1 comment · Fixed by cosmos/cosmos-sdk#22576
Labels
status: waiting-triage This issue/PR has not yet been triaged by the team. type: bug Issues that need priority attention -- something isn't working

Comments

@dasanchez
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

The gaiad tx command prints modules that have commands available. The following modules show up twice:

  • ibc-fee
  • ibc-transfer
  • interchain-accounts

Gaia Version

v21.0.0

How to reproduce?

Run gaiad tx:

gaiad tx
Transactions subcommands

Usage:
  gaiad tx [flags]
  gaiad tx [command]

Available Commands:
                      
  auth                Transactions commands for the auth module
  authz               Authorization transactions subcommands
  bank                Bank transaction subcommands
  broadcast           Broadcast transactions generated offline
  consensus           Transactions commands for the consensus module
  crisis              Transactions commands for the crisis module
  decode              Decode a binary encoded transaction string
  distribution        Distribution transactions subcommands
  encode              Encode transactions generated offline
  evidence            Evidence transaction subcommands
  feegrant            Feegrant transactions sub-commands
  gov                 Governance transactions subcommands
  ibc                 IBC transaction subcommands
  ibc-fee             IBC relayer incentivization transaction subcommands
  ibc-fee             IBC relayer incentivization transaction subcommands
  ibc-transfer        IBC fungible token transfer transaction subcommands
  ibc-transfer        IBC fungible token transfer transaction subcommands
  interchain-accounts IBC interchain accounts transaction subcommands
  interchain-accounts IBC interchain accounts transaction subcommands
  mint                Transactions commands for the mint module
...
@dasanchez dasanchez added status: waiting-triage This issue/PR has not yet been triaged by the team. type: bug Issues that need priority attention -- something isn't working labels Nov 12, 2024
@github-project-automation github-project-automation bot moved this to 🩹 F1: Triage in Cosmos Hub Nov 12, 2024
@MSalopek
Copy link
Contributor

MSalopek commented Nov 12, 2024

Thanks for opening the issue!

I guess there's an extra registration in /cmd that was not removed.

AutoCLI is supposed to do CLI registrations for IBC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-triage This issue/PR has not yet been triaged by the team. type: bug Issues that need priority attention -- something isn't working
Projects
Status: 🩹 F1: Triage
Development

Successfully merging a pull request may close this issue.

2 participants