Commit 87fb89e
committed
Parse CLI options in order given
Fixes:
* Short options cannot be repeated in the same group: e.g., `-nn` fails
* Short options are processed in an arbitrary fixed order, not the order
given by the user: e.g., both `-hV` and `-Vh` are processed as `-h`
* `-L` cannot be a part of a short option group (as the last one):
e.g., `-nLlib` and `-nL lib` fail1 parent 562d5c5 commit 87fb89e
1 file changed
Lines changed: 173 additions & 227 deletions
0 commit comments