Skip to content

Commit

Permalink
Merge pull request #3830 from anoma/brent/rem-eth-help-msg
Browse files Browse the repository at this point in the history
Remove relayer and bridge pool from help msgs
  • Loading branch information
mergify[bot] authored Sep 20, 2024
2 parents e29da65 + 7063fda commit be38d4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/3830-rem-eth-help-msg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Remove relayer help messages from namada binary.
([\#3830](https://github.com/anoma/namada/pull/3830))
4 changes: 2 additions & 2 deletions crates/apps_lib/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ pub mod cmds {
impl Cmd for Namada {
fn add_sub(app: App) -> App {
app.subcommand(NamadaNode::def().display_order(1))
.subcommand(NamadaRelayer::def().display_order(1))
// .subcommand(NamadaRelayer::def().display_order(1))
.subcommand(NamadaClient::def().display_order(1))
.subcommand(NamadaWallet::def().display_order(1))
.subcommand(EthBridgePool::def().display_order(2))
// .subcommand(EthBridgePool::def().display_order(2))
.subcommand(Ledger::def().display_order(2))
.subcommand(TxCustom::def().display_order(2))
.subcommand(TxTransparentTransfer::def().display_order(2))
Expand Down

0 comments on commit be38d4c

Please sign in to comment.