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

Class Cli

alpm-mtree/src/cli.rs:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#[derive(Clone, Debug, Parser)]
9#[command(about, author, name = "alpm-mtree", version)]
10pub struct Cli {
11 /// The `alpm-mtree` commands.
12 #[command(subcommand)]
13 pub command: Command,
14}
15
16/// Output format for the parse command
17#[derive(Clone, Debug, Default, strum::Display, ValueEnum)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected