mirror of
https://github.com/nushell/nushell.git
synced 2025-03-25 14:07:26 +01:00
Hello! This is my first PR to nushell, as I was looking at things for #5066. The usage text for the date commands seemed fine to me, so this is just a bit of a tidy up of the examples, mostly the description text. # Description - Remove two incorrect examples for `date to-record` and `date to-table` where nothing was piped in (which causes an error in actual use). - Fix misleading descriptions in `date to-timezone` which erroneously referred to Hawaii's time zone. - Standardise on "time zone" in written descriptions. - Generally tidy up example descriptions and improve consistency. # User-Facing Changes Only in related help text showing examples. |
||
---|---|---|
.. | ||
date_.rs | ||
humanize.rs | ||
list_timezone.rs | ||
mod.rs | ||
now.rs | ||
parser.rs | ||
to_record.rs | ||
to_table.rs | ||
to_timezone.rs | ||
utils.rs |