mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
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:
@ -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",
|
||||
|
Reference in New Issue
Block a user