MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / Cli

Class Cli

src/bin/rust-native.rs:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#[command(about = "RustUI Native Development Tools")]
7#[command(version)]
8struct Cli {
9 #[command(subcommand)]
10 command: Commands, // Make Commands required by removing Option
11}
12
13#[derive(Subcommand)]
14enum Commands {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected