summary refs log tree commit diff stats
path: root/tests/misc/tparseopt.nim
Commit message (Expand)AuthorAgeFilesLines
* fix #13086 (#14987)flywind2020-07-151-0/+33
* trunner was not actually being tested in non-CTFFI mode; minor testament clea...Timothee Cour2020-05-191-1/+1
* parseopt fix (#11363) [backport]Jasper Jenkins2019-06-011-1/+2
* properly deprecate parseopt2 (#10452)Miran2019-01-251-28/+2
* fix #9629 every binary cmd line option allows on/off/empty=on (#10353)Timothee Cour2019-01-181-1/+4
* parseopt2.cmdLineRest is now correct too (#10304)Timothee Cour2019-01-151-16/+19
* fix testTimothee Cour2019-01-141-2/+13
* fix #9842 #9951: `nim -r` and parseopt.cmdLineRest are now correctTimothee Cour2019-01-141-44/+92
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+0
* fixes #9619Andreas Rumpf2018-11-091-35/+42
* Add ability for users to elide ':' or '=' when CLI authors pass a (#7297)c-blake2018-03-081-0/+20
* fixes parseopt/parseopt2 custom cmdline args.Parashurama2017-06-061-0/+57