Command-Line Help for nargo
This document contains the help content for the nargo
command-line program.
Command Overview:
nargo
↴nargo check
↴nargo fmt
↴nargo compile
↴nargo new
↴nargo init
↴nargo execute
↴nargo test
↴nargo info
↴nargo lsp
↴
nargo
Noir's package manager
Usage: nargo <COMMAND>
Subcommands:
check
— Checks the constraint system for errorsfmt
— Format the Noir files in a workspacecompile
— Compile the program and its secret execution trace into ACIR formatnew
— Create a Noir project in a new directoryinit
— Create a Noir project in the current directoryexecute
— Executes a circuit to calculate its return valuetest
— Run the tests for this programinfo
— Provides detailed information on each of a program's function (represented by a single circuit)lsp
— Starts the Noir LSP server
Options:
nargo check
Checks the constraint system for errors
Usage: nargo check [OPTIONS]