| 84 | #[derive(Debug, Args)] |
| 85 | #[command(arg_required_else_help = true)] |
| 86 | pub struct Agent { |
| 87 | #[command(subcommand)] |
| 88 | command: AgentCommands, |
| 89 | } |
| 90 | |
| 91 | /// Available agent subcommands. |
| 92 | #[derive(Debug, Subcommand)] |
nothing calls this directly
no outgoing calls
no test coverage detected