aboutsummaryrefslogtreecommitdiff
path: root/src/framework/command.rs
Commit message (Expand)AuthorAgeFilesLines
* Move builtin framework impl to its own moduleZeyla Hellyer2017-08-191-157/+0
* Apply rustfmtZeyla Hellyer2017-08-181-1/+4
* ClippyacdenisSK2017-08-191-2/+2
* Allow the user to be given the original message (as in, the message used to c...acdenisSK2017-08-181-2/+2
* Provide the args to the checksacdenisSK2017-08-161-1/+1
* `$crate_name` => `version`, and a few adjustementsacdenisSK2017-08-141-21/+13
* Remove a few clonesacdenisSK2017-07-291-4/+4
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-2/+1
* rustfmtacdenisSK2017-07-271-4/+7
* Remove the uneccessary function and `Send + Sync` boundsacdenisSK2017-07-221-7/+7
* Provide the command into the checksacdenisSK2017-07-131-1/+1
* Make CommandOrAlias and CommandGroup.commands public (#117)Joe K2017-06-281-2/+2
* Switch from #[doc(hidden)] to pub(crate)alex2017-06-141-7/+4
* Make framework dynamic_prefix accept an &MessageZeyla Hellyer2017-06-131-10/+9
* Restructure modulesZeyla Hellyer2017-05-221-0/+164