Move format date to Category::Strings

The rest of the `format` commands live there.

Closes https://github.com/nushell/nushell.github.io/issues/1435
This commit is contained in:
sholderbach 2024-06-06 22:49:43 +02:00
parent 073d8850e9
commit ba8587ec48

View File

@ -27,7 +27,7 @@ impl Command for FormatDate {
SyntaxShape::String,
"The desired format date.",
)
.category(Category::Date)
.category(Category::Strings)
}
fn usage(&self) -> &str {