fix: post-merge clippy/fmt cleanup (9407-9410 integration)

This commit is contained in:
Jobdori
2026-04-03 05:12:51 +09:00
parent 06a93a57c7
commit fbafb9cffc
4 changed files with 68 additions and 59 deletions

View File

@@ -587,7 +587,7 @@ fn parse_mcp_command(args: &[&str]) -> Result<SlashCommand, SlashCommandParseErr
"mcp",
"/mcp show <server>",
)),
["help"] | ["-h"] | ["--help"] => Ok(SlashCommand::Mcp {
["help" | "-h" | "--help"] => Ok(SlashCommand::Mcp {
action: Some("help".to_string()),
target: None,
}),