Skip to content

Commit

Permalink
Add help message for call input arg
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Apr 5, 2024
1 parent f448870 commit e74dc83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/args/src/commands/call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pub struct CallArgs {
pub function: String,

#[arg(display_order = 3)]
#[arg(help = "The input data for the function call")]
pub input: Vec<FieldElement>,

#[arg(next_line_help = true)]
Expand Down

0 comments on commit e74dc83

Please sign in to comment.