Skip to content

Commit

Permalink
fix(nargo): prevent -p arg clash (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
joss-aztec authored Jun 8, 2023
1 parent cc1bdf7 commit 4867f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/noirc_driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub struct CompileOptions {
pub show_ssa: bool,

/// Display the ACIR for compiled circuit
#[arg(short, long)]
#[arg(long)]
pub print_acir: bool,

/// Treat all warnings as errors
Expand Down

0 comments on commit 4867f4e

Please sign in to comment.