Skip to content

Commit

Permalink
Update tooling/nargo_cli/src/cli/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: kevaundray <[email protected]>
  • Loading branch information
mverzilli and kevaundray authored Oct 5, 2023
1 parent c176f77 commit da1657e
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 @@ -59,6 +59,7 @@ enum NargoCommand {
New(new_cmd::NewCommand),
Init(init_cmd::InitCommand),
Execute(execute_cmd::ExecuteCommand),
#[command(hide = true)] // Hidden while the feature is being built out
Debug(debug_cmd::DebugCommand),
Prove(prove_cmd::ProveCommand),
Verify(verify_cmd::VerifyCommand),
Expand Down

0 comments on commit da1657e

Please sign in to comment.