From 6e5fb2ac4e5b780c74f310446ddd80d571170b0d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 12 Oct 2025 14:19:59 -0400 Subject: More code cleanups --- src/stdlib/cli.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stdlib/cli.c') diff --git a/src/stdlib/cli.c b/src/stdlib/cli.c index 2d54d330..de3b804e 100644 --- a/src/stdlib/cli.c +++ b/src/stdlib/cli.c @@ -199,7 +199,6 @@ void _tomo_parse_args(int argc, char *argv[], Text_t usage, Text_t help, const c if (argv[i][0] == '-' && argv[i][1] == '-') { if (argv[i][2] == '\0') { // "--" signals the rest of the arguments are literal used_args[i] = true; - i += 1; break; } -- cgit v1.2.3