LENGTH has strange limits.
I haven't dug into the code to figure out why, but these don't return a result:
passgen-rs -l -n -s 68
However, 67 does. Similar for other flag combos with different length args.
-l 30 # does not return, for example. 26 does.
-l -s 58 # doesn't, 57 does. etc.