Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-04-19 | 53483: zparseopts -G: accept only '--' as parsing terminator | dana | 1 | -0/+25 | |
2025-04-19 | 53482: zparseopts -G: always add options with optional args to array with = | dana | 1 | -2/+2 | |
2024-12-26 | 53260: zparseopts: add options -v (argv) and -G (GNU-style parsing) | dana | 1 | -5/+176 | |
2021-02-13 | 47905: Add leading '-' to zparseopts option parsing errors | Joshua Krusell | 1 | -4/+4 | |
2021-02-03 | 47899: Improve error message from zparseopts. | Joshua Krusell | 1 | -1/+1 | |
2019-03-12 | 44100: zparseopts: Add -F option, completion, tests; improve documentation | dana | 1 | -0/+172 | |
* Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs |