MCPcopy Create free account
hub / github.com/archlinux/alpm / Cli

Class Cli

dev-scripts/src/cli.rs:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#[derive(Debug, Parser)]
9#[clap(name = "dev-scripts", about = "Dev scripts for the ALPM project")]
10pub struct Cli {
11 /// Log verbosity level
12 #[command(flatten)]
13 pub verbose: clap_verbosity_flag::Verbosity,
14
15 #[clap(subcommand)]
16 pub cmd: Command,
17}
18
19#[derive(Debug, Parser)]
20pub enum Command {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected