summaryrefslogtreecommitdiff
path: root/Test/V12zparseopts.ztst
AgeCommit message (Collapse)AuthorFilesLines
2025-04-1953483: zparseopts -G: accept only '--' as parsing terminatordana1-0/+25
2025-04-1953482: zparseopts -G: always add options with optional args to array with =dana1-2/+2
2024-12-2653260: zparseopts: add options -v (argv) and -G (GNU-style parsing)dana1-5/+176
2021-02-1347905: Add leading '-' to zparseopts option parsing errorsJoshua Krusell1-4/+4
2021-02-0347899: Improve error message from zparseopts.Joshua Krusell1-1/+1
2019-03-1244100: zparseopts: Add -F option, completion, tests; improve documentationdana1-0/+172
* Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs