Skip to content

Commit

Permalink
flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Sep 3, 2024
1 parent 68e4c27 commit 948d691
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ struct DeployConfig {
/// builds, but at the risk of not having a reproducible contract for verification purposes.
#[arg(long)]
no_verify: bool,
/// Cargo stylus version when deploying reproducibly. If not set, uses the default version of the local
/// cargo stylus binary. TODO: sets in the Docker image.
/// Cargo stylus version when deploying reproducibly to downloads the corresponding cargo-stylus-base Docker image.
/// If not set, uses the default version of the local cargo stylus binary.
#[arg(long)]
cargo_stylus_version: Option<String>,
}
Expand All @@ -232,8 +232,8 @@ pub struct VerifyConfig {
/// 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 contract for verification purposes.
no_verify: bool,
/// Cargo stylus version when deploying reproducibly. If not set, uses the default version of the local
/// cargo stylus binary. TODO: sets in the Docker image.
/// Cargo stylus version when deploying reproducibly to downloads the corresponding cargo-stylus-base Docker image.
/// If not set, uses the default version of the local cargo stylus binary.
#[arg(long)]
cargo_stylus_version: Option<String>,
}
Expand Down

0 comments on commit 948d691

Please sign in to comment.