MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / Args

Class Args

src/cli/main.rs:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 Link,
77 HllToIr,
78 HllToAsm,
79 Run,
80 Help,
81}
82
83#[derive(Debug)]
84struct Args {
85 subcmd: Subcommand,
86 inputs: Vec<String>,
87 output: Option<String>,
88 mode: TargetMode,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected