cli: remove shortcut bits in sniffCommand

This commit is contained in:
Halil Durak
2026-04-20 13:33:31 +03:00
parent 7acbd54172
commit baf97bb607

View File

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