fix: support WebSocket URLs in connect command (#205)

* fix: support WebSocket URLs in connect command

* address feedback
This commit is contained in:
Chris Tate
2026-01-22 08:38:53 -06:00
committed by GitHub
parent 36cca10c10
commit 307f970d53
3 changed files with 182 additions and 8 deletions
+1
View File
@@ -177,6 +177,7 @@ fn main() {
ParseError::UnknownCommand { .. } => "unknown_command",
ParseError::UnknownSubcommand { .. } => "unknown_subcommand",
ParseError::MissingArguments { .. } => "missing_arguments",
ParseError::InvalidValue { .. } => "invalid_value",
};
println!(
r#"{{"success":false,"error":"{}","type":"{}"}}"#,