Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
cli.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace bb {
4int parse_and_run_cli_command(int argc, char* argv[]);
5}
Entry point for Barretenberg command-line interface.
int parse_and_run_cli_command(int argc, char *argv[])
Parse command line arguments and run the corresponding command.
Definition cli.cpp:104