MCPcopy Create free account
hub / github.com/IBM/ACE-RISCV / Args

Class Args

tools/cove_tap_tool/src/main.rs:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#[derive(Parser)]
14#[command(author, version, about, long_about = None)]
15struct Args {
16 #[command(subcommand)]
17 cmd: Commands,
18}
19
20#[derive(Subcommand, Debug, Clone)]
21enum Commands {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected