| 65 | /// Agent identity commands. |
| 66 | #[derive(Debug, clap::Args)] |
| 67 | pub struct Agent { |
| 68 | /// The agent subcommand to run. |
| 69 | #[command(subcommand)] |
| 70 | pub command: AgentCommands, |
| 71 | } |
| 72 | |
| 73 | /// Available agent subcommands. |
| 74 | #[derive(Debug, Subcommand)] |
nothing calls this directly
no outgoing calls
no test coverage detected