Skip to main content

Crate aprender_contracts_cli

Crate aprender_contracts_cli 

Source
Expand description

pv – provable-contracts CLI.

The command surface lives here rather than in main.rs so that something other than the pv binary can reach it: apr pv <cmd> and pv <cmd> now call the same dispatch.

Modules§

cli
commands
contract_walk
Shared recursive contract directory walker.
json_obj
JSON object construction that does not go through serde_json::json!.
query_args

Structs§

Cli
Top-level CLI argument parser for the pv command

Functions§

dispatch
Dispatch a parsed CLI subcommand to its handler.
run
Parse argv and run one command, exiting non-zero on failure. This is the whole of the standalone pv binary.