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)) {