diff --git a/src/main.rs b/src/main.rs index 54303cc..b68fdab 100644 --- a/src/main.rs +++ b/src/main.rs @@ -350,6 +350,12 @@ struct Opt { #[allow(dead_code)] #[structopt(long, hidden = true)] quiet: bool, + #[allow(dead_code)] + #[structopt(long)] + format: Option, + #[allow(dead_code)] + #[structopt(short = "Z")] + extra: Option, /// Solana VM heap size #[structopt(long)] heap_size: Option,