forked from extern/nushell
add bytes len (#5945)
This commit is contained in:
@ -43,6 +43,7 @@ pub enum Category {
|
||||
Default,
|
||||
Conversions,
|
||||
Core,
|
||||
Bytes,
|
||||
Date,
|
||||
Env,
|
||||
Experimental,
|
||||
@ -91,6 +92,7 @@ impl std::fmt::Display for Category {
|
||||
Category::Chart => "chart",
|
||||
Category::Custom(name) => name,
|
||||
Category::Deprecated => "deprecated",
|
||||
Category::Bytes => "bytes",
|
||||
};
|
||||
|
||||
write!(f, "{}", msg)
|
||||
|
Reference in New Issue
Block a user