mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ impl Command for FormatDate {
|
|||
SyntaxShape::String,
|
||||
"The desired format date.",
|
||||
)
|
||||
.category(Category::Date)
|
||||
.category(Category::Strings)
|
||||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
|
|
Loading…
Reference in a new issue