loop/cmd
Boris Nagaev 023ac009c0
cmd/loop: crash if unknown flags are provided
Verify the number of positional arguments if they were provided to crash in
such scenarios:
$ loop out 250000 --xxx
$ loop in 250000 1000
These commands used to work ignoring the last argument.
2025-04-04 17:45:12 -03:00
..
loop cmd/loop: crash if unknown flags are provided 2025-04-04 17:45:12 -03:00
loopd cmd/loop: set exit code 1 on error 2020-06-11 21:00:24 +02:00