Move human date parsing into new command date from-human#15495
Move human date parsing into new command date from-human#15495fdncred merged 7 commits intonushell:mainfrom
date from-human#15495Conversation
sholderbach
left a comment
There was a problem hiding this comment.
Thanks for implementing this!
| "list-human", | ||
| "Show human-readable datetime parsing examples", | ||
| Some('n'), |
There was a problem hiding this comment.
As it is now a much more narrow command with date from-human this could be shortened to --list I think.
Also the short flag could be -l
There was a problem hiding this comment.
Very good idea!
Done
4a4c5e8 to
0bc645a
Compare
0bc645a to
769e989
Compare
|
Thanks |
|
I can write you some release notes about that if you want. By the way do you have a channel or something else where you plan and organize before each release? |
|
Also @fdncred have you tried human-date-parser 0.3.0? I was thinking we could do the update after this was merged :) |
|
I thought #15426 was already merged. We don't have a structured channel for the release process, we tend to do that quite adhoc. The meeting before the release we tend to call who is available for release note editing and the release operation itself. We try to open the release note branch for the next release after the last release (e.g. the current one nushell/nushell.github.io#1836) |
I didn't see the PR and the issue was still open, so I didn't notice. But nice :)
Okay, thanks for the info, I'll submit something there |
|
ya, i did the 3.0 crate the other day. I didn't really look too close at the new features but the api definitely changed. |
No related issue.
Decided in nushell's weekly meeting: see meeting notes
Description
Converting a date as a human readable string to a datetime:
into datetimecommanddate from-humancommandAlso moved the
--list-humanflag to the new command.User-Facing Changes
Result:
Tests + Formatting
Fmt, clippy 🆗
Tests 🆗
After Submitting
Here since the user facing changes are significant, I think we should communicate in the released notes. Otherwise the automatically generated documentation should be enough IMO.