Skip to content

Commit

Permalink
Update tooling/nargo_cli/src/cli/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Oct 5, 2023
1 parent bb0cd06 commit dc06112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tooling/nargo_cli/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ pub(crate) struct NargoConfig {
enum NargoCommand {
Backend(backend_cmd::BackendCommand),
Check(check_cmd::CheckCommand),
#[command(hide = true)] // Hidden while the feature has not been extensively tested
Fmt(fmt_cmd::FormatCommand),
CodegenVerifier(codegen_verifier_cmd::CodegenVerifierCommand),
#[command(alias = "build")]
Expand Down

0 comments on commit dc06112

Please sign in to comment.