Port over the clear command from nushell (#373)

* Port over the clear command from nushell

* cargo fmt
This commit is contained in:
Andrew
2021-11-28 09:32:44 +01:00
committed by GitHub
parent 8c0fa0d26e
commit e1e7e94261
5 changed files with 61 additions and 0 deletions

View File

@ -42,6 +42,7 @@ pub enum Category {
Filters,
Formats,
Math,
Platform,
Shells,
Strings,
System,
@ -62,6 +63,7 @@ impl std::fmt::Display for Category {
Category::Filters => "filters",
Category::Formats => "formats",
Category::Math => "math",
Category::Platform => "platform",
Category::Shells => "shells",
Category::Strings => "strings",
Category::System => "system",