Move format date to Category::Strings (#13083)

The rest of the `format` commands live there.

Closes https://github.com/nushell/nushell.github.io/issues/1435
This commit is contained in:
Stefan Holderbach 2024-06-07 01:32:08 +02:00 committed by GitHub
parent 073d8850e9
commit eef4a89ff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {