Skip to content

Commit

Permalink
Merge branch 'main' into mnl/remove-junk-files
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew authored Jul 11, 2023
2 parents b6b6c78 + 125c9a3 commit 9032e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/nns/src/commands/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use ic_agent::Agent;
#[clap(about)]
pub struct InstallOpts {
/// Initialize ledger canister with these test accounts
#[arg(long, action = clap::ArgAction::Append)]
#[arg(long, action = clap::ArgAction::Append, num_args = 0..)]
ledger_accounts: Vec<String>,
}

Expand Down

0 comments on commit 9032e8d

Please sign in to comment.