index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
/
parse
/
spec.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove debug print
jesopo
2020-02-16
1
-1
/
+0
*
fix _set_modifier typing
jesopo
2020-02-15
1
-1
/
+1
*
implement command spec modifiers, use for `pattern`, use pattern for dice.py
jesopo
2020-02-15
1
-6
/
+29
*
move SpecTypeErro to utils.parse.spec
jesopo
2020-02-14
1
-0
/
+5
*
split out command_spec module
jesopo
2020-02-14
1
-7
/
+7
*
fix SpecTypeArgumentDate simple()
jesopo
2020-02-06
1
-1
/
+1
*
add command spec type "words" - array of remaining words
jesopo
2020-02-05
1
-0
/
+7
*
add 'date' command spec type
jesopo
2020-01-30
1
-0
/
+10
*
SpecArgumentTypeString should return None when no args
jesopo
2020-01-29
1
-1
/
+3
*
change "non-consuming spec arg" character from "=" to "-"
jesopo
2020-01-28
1
-1
/
+1
*
allow spec arguments to be "non-consuming" (doesn't show up in usage)
jesopo
2020-01-27
1
-5
/
+14
*
add 'int' command arg spec type
jesopo
2020-01-27
1
-1
/
+8
*
add "additional word" (`aword`) command arument spec type
jesopo
2020-01-27
1
-0
/
+7
*
add tstring spec type, string with trimmed consecutive spaces
jesopo
2020-01-26
1
-0
/
+4
*
fix typehinting issues
jesopo
2020-01-26
1
-3
/
+4
*
support command spec literals
jesopo
2020-01-26
1
-25
/
+63
*
split utils/parse.py in to multiple files
jesopo
2020-01-26
1
-0
/
+113