summaryrefslogtreecommitdiff
path: root/test/parser_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Handle strings containing =Connor Garvey2022-03-101-9/+18
* Add support for --opt="" for blank argumentsLee Jarvis2021-05-281-0/+10
* Fix a bug that flag value is processed as flagSutou Kouhei2019-06-291-0/+6
* Handle equals character for non-option valuespedantic-equalsLee Jarvis2018-03-121-0/+5
* Avoid deleting args after '--'Lee Jarvis2017-04-291-1/+2
* Fix support for parsing -x5Lee Jarvis2017-01-291-0/+13
* Support arguments to options with leading -Andrew Clemons2016-04-041-0/+21
* Fix bug regarding --foo=bar style optionsNaoki Mizuno2015-09-081-0/+5
* Fix arguments removed with option argumentsNaoki Mizuno2015-09-081-0/+5
* Remove "--" from the unprocessed argumentsDavid Rodríguez2015-01-111-0/+5
* Reset parser every time parse is calledLee Jarvis2014-12-301-5/+5
* Add result/parser `arguments` methodLee Jarvis2014-12-191-0/+6
* Handle short grouped flagsLee Jarvis2014-11-191-1/+12
* Support flag=argLee Jarvis2014-11-191-0/+19
* Ignore everything after -- and reset the parserLee Jarvis2014-11-191-0/+5
* Expose used/unused options in parserLee Jarvis2014-11-191-0/+24