summaryrefslogtreecommitdiffstats
path: root/share/txr/stdlib/getopts.tl
Commit message (Expand)AuthorAgeFilesLines
* file layout: moving share/txr/stdlib to stdlib.Kaz Kylheku2021-06-241-407/+0
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* sort: prudently make it subject to compat valueKaz Kylheku2020-05-141-3/+3
* lib: sort becomes non-destructive; nsort introduced.Kaz Kylheku2020-05-131-2/+2
* getopts: new feature: cumulative options.Kaz Kyheku2020-03-061-12/+46
* getopts: bugfix in short option processing.Kaz Kyheku2020-03-061-6/+6
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* define-option-struct: use multiple inheritanceKaz Kylheku2019-12-131-14/+22
* getopt: tweak multi-line literals in help textKaz Kylheku2019-11-291-26/+25
* getopts: new define-option-struct macro.Kaz Kylheku2019-11-291-0/+23
* getopts: rename add method to add-opt.Kaz Kylheku2019-11-291-5/+5
* getopts: move opts object into opt-processor.Kaz Kylheku2019-11-281-20/+24
* getopts: remove unused opt-processor slot from opts.Kaz Kylheku2019-11-281-3/+2
* getopts: print types in help without colon.Kaz Kylheku2019-11-281-2/+2
* getopts: simplify build-hash.Kaz Kylheku2019-11-281-5/+3
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* lib: error message cleanup.Kaz Kylheku2018-04-171-6/+9
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* getopts: New argument type :text.Kaz Kylheku2017-07-161-2/+4
* getopts: Fix broken custom function option type.Kaz Kylheku2017-07-161-2/+2
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Support simple list arguments in getopts.Kaz Kylheku2016-11-031-9/+26
* Introducing command line option processing system.Kaz Kylheku2016-11-031-0/+320