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 debug
↴nargo test
↴nargo info
↴nargo lsp
↴nargo generate-completion-script
↴
nargo
Noir's package manager
Usage: nargo <COMMAND>
Subcommands:
check
— Check a local package and all of its dependencies 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 valuedebug
— Executes a circuit in debug modetest
— 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 servergenerate-completion-script
— Generates a shell completion script for your favorite shell