MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / Opts

Class Opts

bin/repl/src/main.rs:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#[derive(Parser)]
10#[clap(version = "1.0", author = "Me")]
11struct Opts {
12 #[clap(short, long)]
13 functions_file: Option<String>,
14 #[clap(short, long)]
15 stack: Option<String>,
16}
17
18fn main() {
19 let opts: Opts = Opts::parse();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected