Skip to content

Commit

Permalink
feat: Add nargo build as alias for nargo compile (#1940)
Browse files Browse the repository at this point in the history
* added build as alias for compile

* added build as an alias

---------

Co-authored-by: kevaundray <kevtheappdev@gmail.com>
  • Loading branch information
Andy53 and kevaundray authored Jul 17, 2023
1 parent 73c2e94 commit 13618d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/nargo_cli/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pub(crate) struct NargoConfig {
enum NargoCommand {
Check(check_cmd::CheckCommand),
CodegenVerifier(codegen_verifier_cmd::CodegenVerifierCommand),
#[command(alias = "build")]
Compile(compile_cmd::CompileCommand),
New(new_cmd::NewCommand),
Execute(execute_cmd::ExecuteCommand),
Expand Down

0 comments on commit 13618d4

Please sign in to comment.