aboutsummaryrefslogtreecommitdiff
path: root/src/utils/parse
Commit message (Expand)AuthorAgeFilesLines
* add command spec type "words" - array of remaining wordsGravatar jesopo2020-02-051-0/+7
* add 'date' command spec typeGravatar jesopo2020-01-301-0/+10
* split utils.datetime out in to .parse and .formatGravatar jesopo2020-01-301-1/+1
* SpecArgumentTypeString should return None when no argsGravatar jesopo2020-01-291-1/+3
* change "non-consuming spec arg" character from "=" to "-"Gravatar jesopo2020-01-281-1/+1
* allow spec arguments to be "non-consuming" (doesn't show up in usage)Gravatar jesopo2020-01-271-5/+14
* add 'int' command arg spec typeGravatar jesopo2020-01-273-8/+18
* add "additional word" (`aword`) command arument spec typeGravatar jesopo2020-01-271-0/+7
* add tstring spec type, string with trimmed consecutive spacesGravatar jesopo2020-01-261-0/+4
* fix typehinting issuesGravatar jesopo2020-01-261-3/+4
* support command spec literalsGravatar jesopo2020-01-261-25/+63
* split utils/parse.py in to multiple filesGravatar jesopo2020-01-263-0/+272