mirror of
https://github.com/instructkr/claude-code.git
synced 2026-04-06 11:18:51 +03:00
fix: post-merge clippy/fmt cleanup (9407-9410 integration)
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user