(&self)
| 356 | |
| 357 | impl AgentFileMode { |
| 358 | fn as_str(&self) -> &'static str { |
| 359 | match self { |
| 360 | Self::All => "all", |
| 361 | Self::Primary => "primary", |
| 362 | Self::Subagent => "subagent", |
| 363 | } |
| 364 | } |
| 365 | } |
| 366 | |
| 367 | #[derive(Subcommand)] |
no outgoing calls
no test coverage detected