mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 09:53:43 +01:00
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:
parent
073d8850e9
commit
eef4a89ff4
@ -27,7 +27,7 @@ impl Command for FormatDate {
|
|||||||
SyntaxShape::String,
|
SyntaxShape::String,
|
||||||
"The desired format date.",
|
"The desired format date.",
|
||||||
)
|
)
|
||||||
.category(Category::Date)
|
.category(Category::Strings)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn usage(&self) -> &str {
|
||||||
|
Loading…
Reference in New Issue
Block a user