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]: Auto cli adds extra commands for certain tx command #8599

Open
PaddyMc opened this issue Aug 7, 2024 · 0 comments
Open

[Bug]: Auto cli adds extra commands for certain tx command #8599

PaddyMc opened this issue Aug 7, 2024 · 0 comments

Comments

@PaddyMc
Copy link
Contributor

PaddyMc commented Aug 7, 2024

What happened?

Description

Autocli somehow adds extra commands for certain tx commands. e.g

osmosisd tx | grep - 
  ibc-transfer           IBC fungible token transfer transaction subcommands
  ibc-transfer           IBC fungible token transfer transaction subcommands
  ibc-wasm               IBC wasm manager module transaction subcommands
  ibc-wasm               IBC wasm manager module transaction subcommands
  interchain-accounts    IBC interchain accounts transaction subcommands
  interchain-accounts    IBC interchain accounts transaction subcommands

Steps to complete:

  1. Find the issues between the txCommand() function in root.go and autoCli options
  2. Fix the issues
  3. Submit a PR and merge to main

Osmosis Version

v26.0.0

How to reproduce?

osmosisd tx | grep - 
  ibc-transfer           IBC fungible token transfer transaction subcommands
  ibc-transfer           IBC fungible token transfer transaction subcommands
  ibc-wasm               IBC wasm manager module transaction subcommands
  ibc-wasm               IBC wasm manager module transaction subcommands
  interchain-accounts    IBC interchain accounts transaction subcommands
  interchain-accounts    IBC interchain accounts transaction subcommands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs Triage 🔍
Development

No branches or pull requests

1 participant