mirror of
https://github.com/nushell/nushell
synced 2024-11-14 17:07:07 +00:00
539e232f3c
Partial fix of issue #711 Docs for the following commands were added - to-csv to-json to-toml to-tsv to-url to-yaml Docs for to-db , to-bson , to-sqlite have not been added as I don't recognize and understand those formats. |
||
---|---|---|
.. | ||
cd.md | ||
date.md | ||
echo.md | ||
exit.md | ||
first.md | ||
help.md | ||
README.md | ||
reverse.md | ||
shells.md | ||
to-csv.md | ||
to-json.md | ||
to-toml.md | ||
to-tsv.md | ||
to-url.md | ||
to-yaml.md | ||
version.md | ||
where.md |
How do I get started?
Pick any command from the checklist and write a comment acknowledging you started work.
Instructions for documenting a Nu command of your choosing
Name the file after the command, like so:
command.md
Example: If you want to add documentation for the Nu command enter
, create a file named enter.md
, write documentation, save it at /docs/commands/[your_command_picked].md
as and create your pull request.
What kind of documentation should I write?
Anything you want that you believe it best documents the command and the way you would like to see it. Here are some of our ideas of documentation we would love to see (feel free to add yours):
- Examples of using the command (max creativity welcomed!)
- Description of the command.
- Command usage.
Anything else?
Of course! (These are drafts) so feel free to leave feedback and suggestions in the same file.
Happy Documenting.