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
pvcommand