Move the history and tutor commands out of core_commands (#5813)

* move history and tutor commands from core to misc

* add in the Misc Category for the history and tutor commands
This commit is contained in:
Michael Angerman
2022-06-16 09:58:38 -07:00
committed by GitHub
parent 28c07a5072
commit bc48b4553c
7 changed files with 17 additions and 8 deletions

View File

@ -49,6 +49,7 @@ pub enum Category {
Filters,
Formats,
Math,
Misc,
Network,
Random,
Platform,
@ -76,6 +77,7 @@ impl std::fmt::Display for Category {
Category::Filters => "filters",
Category::Formats => "formats",
Category::Math => "math",
Category::Misc => "misc",
Category::Network => "network",
Category::Random => "random",
Category::Platform => "platform",