(value: AutomationSkillsInstallTarget)
| 404 | for tracedecay::automation::skill_targets::SkillInstallTarget |
| 405 | { |
| 406 | fn from(value: AutomationSkillsInstallTarget) -> Self { |
| 407 | match value { |
| 408 | AutomationSkillsInstallTarget::Cursor => Self::Cursor, |
| 409 | AutomationSkillsInstallTarget::Codex => Self::Codex, |
| 410 | AutomationSkillsInstallTarget::Claude => Self::Claude, |
| 411 | AutomationSkillsInstallTarget::Agents => Self::Agents, |
| 412 | AutomationSkillsInstallTarget::OpenCode => Self::OpenCode, |
| 413 | AutomationSkillsInstallTarget::Kimi => Self::Kimi, |
| 414 | AutomationSkillsInstallTarget::Kiro => Self::Kiro, |
| 415 | AutomationSkillsInstallTarget::Hermes => Self::Hermes, |
| 416 | } |
| 417 | } |
| 418 | } |
| 419 | |
| 420 | #[derive(Subcommand)] |
no outgoing calls
no test coverage detected