MCPcopy Create free account
hub / github.com/JayanAXHF/modder-rs / Cli

Class Cli

tui/src/cli.rs:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#[derive(Parser, Debug)]
8#[command(author, version = version(), about)]
9pub struct Cli {
10 #[arg(short, long, default_value_os_t = PathBuf::from("./"))]
11 pub dir: PathBuf,
12}
13
14const VERSION_MESSAGE: &str = concat!(
15 env!("CARGO_PKG_VERSION"),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected