Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

nargo info doc #321

Merged
merged 3 commits into from
Aug 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions docs/nargo/01_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,17 @@ _Arguments_

- `<pattern>` - a pattern to indicate to only run tests with names containing the pattern

## `nargo gates`
## `nargo info`

Counts the occurrences of different gates in circuit
Prints a table containing the information of the package.

Currently the table provide

1. The number of ACIR opcodes
2. The final number gates in the circuit used by a backend

If the file contains a contract the table will provide the
above information about each function of the contract.

## `nargo lsp`

Expand Down