Skip to content

Commit

Permalink
Update crates/sui-move/src/build.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ashok Menon <[email protected]>
  • Loading branch information
stefan-mysten and amnn authored Dec 2, 2024
1 parent 6c33708 commit 84e30ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/sui-move/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ pub struct Build {
/// Whether we are printing in base64.
#[clap(long, global = true)]
pub dump_bytecode_as_base64: bool,
/// Don't specialize the package to the active chain when dumping bytecode as Base64. This
/// allows building to proceed without a network connection or active environment, but it
/// will not be able to automatically determine the addresses of its dependencies.
#[clap(long, global = true, requires = "dump_bytecode_as_base64")]
/// Ignore the chain ID when dumping bytecode as base64. This is mostly used to automate `sui
/// move build` such that it does not require a `client.yaml` file. Do not use in normal
/// production workflows as it will break automated address management feature!
pub ignore_chain: bool,
/// If true, generate struct layout schemas for
/// all struct types passed into `entry` functions declared by modules in this package
Expand Down

0 comments on commit 84e30ac

Please sign in to comment.