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

Class Cli

alpm-buildinfo/src/cli.rs:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54#[derive(Clone, Debug, Parser)]
55#[command(about, author, name = "alpm-buildinfo", version)]
56pub struct Cli {
57 /// The `alpm-buildinfo` commands.
58 #[command(subcommand)]
59 pub command: Command,
60}
61
62/// The `alpm-buildinfo` commands.
63#[allow(clippy::large_enum_variant)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected