Skip to content

Commit

Permalink
Do not make list global.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Jul 31, 2024
1 parent 6422e1f commit 03ca293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/global.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub struct Args {
pub very_verbose: bool,

/// List installed plugins. E.g. `stellar-hello`
#[arg(long, global = true)]
#[arg(long)]
pub list: bool,

/// Do not cache your simulations and transactions
Expand Down

0 comments on commit 03ca293

Please sign in to comment.