| 54 | #[derive(Clone, Debug, Parser)] |
| 55 | #[command(about, author, name = "alpm-buildinfo", version)] |
| 56 | pub 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)] |
nothing calls this directly
no outgoing calls
no test coverage detected