Skip to content

Commit

Permalink
feat(nargo): Allow installing custom backends from the CLI (#2632)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Sep 11, 2023
1 parent e54cf10 commit c0c462c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/nargo_cli/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ pub(crate) struct NargoConfig {
#[non_exhaustive]
#[derive(Subcommand, Clone, Debug)]
enum NargoCommand {
#[command(hide = true)] // Hidden while dynamic backends feature is being built out.
Backend(backend_cmd::BackendCommand),
Check(check_cmd::CheckCommand),
CodegenVerifier(codegen_verifier_cmd::CodegenVerifierCommand),
Expand Down

0 comments on commit c0c462c

Please sign in to comment.