From baf97bb607bce71cf440b2b75586a285fd494f8c Mon Sep 17 00:00:00 2001 From: Halil Durak Date: Mon, 20 Apr 2026 13:33:31 +0300 Subject: [PATCH] `cli`: remove shortcut bits in `sniffCommand` --- src/cli.zig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/cli.zig b/src/cli.zig index 6017793e..b1312763 100644 --- a/src/cli.zig +++ b/src/cli.zig @@ -310,11 +310,7 @@ pub fn Builder(comptime commands: anytype) type { // Serve heuristics. inline for (.{ "--host", - "-h", - "-H", "--port", - "-p", - "-P", "--timeout", }) |heuristic| { if (std.mem.eql(u8, cmd_str, heuristic)) {