Skip to content

Commit

Permalink
program input as argument
Browse files Browse the repository at this point in the history
  • Loading branch information
neotheprogramist committed Jan 16, 2024
1 parent cc71459 commit 85abe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/scarb-cairo-run/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct Args {
no_build: bool,

/// Input to the program.
#[arg(long, default_value = "[]")]
#[arg(default_value = "[]")]
program_input: deserialization::Args,
}

Expand Down

0 comments on commit 85abe3a

Please sign in to comment.