tenebrous-dicebot/src/commands
projectmoon b05129ad9f Localize all command parsing code into trait impls.
This cleans up the command parser a lot, as all of the one or two line
functions and associated imports have been removed. Unfortunately it
does make the command files larger, as two trait impls are required:
one for converting to Box<dyn Command>, and one for converting from
&str to the command type.

Fixes #66.
2021-05-25 23:55:50 +00:00
..
basic_rolling.rs Localize all command parsing code into trait impls. 2021-05-25 23:55:50 +00:00
cofd.rs Localize all command parsing code into trait impls. 2021-05-25 23:55:50 +00:00
cthulhu.rs Localize all command parsing code into trait impls. 2021-05-25 23:55:50 +00:00
management.rs Localize all command parsing code into trait impls. 2021-05-25 23:55:50 +00:00
misc.rs Localize all command parsing code into trait impls. 2021-05-25 23:55:50 +00:00
mod.rs Add ability to store user active room, with skeleton accounts. 2021-05-25 22:29:01 +00:00
parser.rs Localize all command parsing code into trait impls. 2021-05-25 23:55:50 +00:00
variables.rs Localize all command parsing code into trait impls. 2021-05-25 23:55:50 +00:00