Skip to content

Commit

Permalink
chore: fix forge create argument parsing (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
calldata committed Jan 29, 2022
1 parent 2f6148f commit 1056b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cmd/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use std::sync::Arc;

#[derive(Debug, Clone, Parser)]
pub struct CreateArgs {
#[clap(long, help = "constructor args calldata arguments.")]
#[clap(long, multiple_values = true, help = "constructor args calldata arguments.")]
constructor_args: Vec<String>,

#[clap(flatten)]
Expand Down

0 comments on commit 1056b15

Please sign in to comment.