Skip to content

Correct date now docs to reflect current behavior. #1875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

kidrigger
Copy link

date now command documentation shows how to correctly output RFC3339 format.
format date command documentation shows how to format to RFC3339 format.

FIXES: nushell/nushell#15168

Copy link
Contributor

Awesome that you are trying to improve the documentation of a nushell command!

You should not modify the files in commands/docs or commands/categories!
We autogenerate these command pages from the help information defined by the command implementation, after each release. Thus:

  • If you already updated the command help, you are already done and can close this PR!
  • Else, please look for the command in the source tree and make your changes directly there in the impl Command and Signature.
  • If you accidentally made a change in commands/ while working on general documentation, please revert changes to commands/

Thanks for helping out!

@kidrigger kidrigger closed this Apr 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

debug on date does not print RFC3339 conformant output.
1 participant