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

Class Cli

alpm-srcinfo/src/cli.rs:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected