Skip to content

Commit

Permalink
arg
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Jul 26, 2024
1 parent 01aee88 commit aac869b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions check/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ pub struct CheckConfig {
program_address: Option<H160>,
/// If specified, will not run the command in a reproducible docker container. Useful for local
/// builds, but at the risk of not having a reproducible command for verification purposes.
#[arg(long)]
no_verify: bool,
}

Expand All @@ -135,6 +136,7 @@ pub struct VerifyConfig {
/// Hash of the deployment transaction.
#[arg(long)]
deployment_tx: String,
#[arg(long)]
/// If specified, will not run the command in a reproducible docker container. Useful for local
/// builds, but at the risk of not having a reproducible command for verification purposes.
no_verify: bool,
Expand Down

0 comments on commit aac869b

Please sign in to comment.