mirror of
https://github.com/therootcompany/golib.git
synced 2026-04-24 12:48:00 +00:00
An explicit 0 argument should error, not silently run all pending (up) or get handled as a special case (down). Change the guard from < 0 to < 1 in both subcommands so '0' is treated as invalid input.