pub type SkillsFormat = OutputFormat;Expand description
Output format selector for the MCP claude_skills_* tools.
Mirrors OutputFormat but lives at the module boundary so callers
outside the CLI (e.g. MCP handlers) do not depend on the clap re-export.
Aliased Type§
pub enum SkillsFormat {
Text,
Yaml,
}