mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 19:57:44 +02:00
@ -46,6 +46,7 @@ pub enum Category {
|
||||
Conversions,
|
||||
Core,
|
||||
Custom(String),
|
||||
Database,
|
||||
Date,
|
||||
Debug,
|
||||
Default,
|
||||
@ -78,6 +79,7 @@ impl std::fmt::Display for Category {
|
||||
Category::Conversions => "conversions",
|
||||
Category::Core => "core",
|
||||
Category::Custom(name) => name,
|
||||
Category::Database => "database",
|
||||
Category::Date => "date",
|
||||
Category::Debug => "debug",
|
||||
Category::Default => "default",
|
||||
|
Reference in New Issue
Block a user