nushell/crates/nu-command/src/date
WindSoilder 14bf25da14
rename from date format to format date (#9902)
# Description
Closes: #9891
I also think it's good to keep command name consistency.

And moving `date format` to deprecated.

# User-Facing Changes
Running `date format` will lead to deprecate message:
```nushell
❯ "2021-10-22 20:00:12 +01:00" | date format
Error: nu:🐚:deprecated_command

  × Deprecated command date format
   ╭─[entry #28:1:1]
 1 │ "2021-10-22 20:00:12 +01:00" | date format
   ·                                ─────┬─────
   ·                                     ╰── 'date format' is deprecated. Please use 'format date' instead.
   ╰────
```
2023-08-04 06:06:00 +12:00
..
date_.rs Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
humanize.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
list_timezone.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
mod.rs rename from date format to format date (#9902) 2023-08-04 06:06:00 +12:00
now.rs rename from date format to format date (#9902) 2023-08-04 06:06:00 +12:00
parser.rs Port date commands to engine-q 2021-10-31 07:54:51 +01:00
to_record.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
to_table.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
to_timezone.rs Update some help examples (#8759) 2023-04-05 18:36:00 -05:00
utils.rs rename from date format to format date (#9902) 2023-08-04 06:06:00 +12:00