nushell/docs/commands
Andrés N. Robalino b7af34371b
Merge pull request #871 from oknozor/master
Create docs for from-csv command
2019-10-25 21:36:38 -05:00
..
add.md Create docs for add command 2019-10-03 16:27:04 +05:30
average.md fix typos and incorrect commands 2019-10-18 20:43:37 -04:00
cd.md Add documentation for cd - 2019-10-08 18:32:42 +11:00
date.md Fix typo in date.cmd 2019-10-01 11:21:56 -03:00
echo.md Add echo command documentation 2019-10-01 06:14:56 -04:00
edit.md Create docs for edit command 2019-10-03 16:54:28 +05:30
enter.md Add documentation for the enter command 2019-10-07 23:21:58 +08:00
env.md Created Docs for env command 2019-10-03 20:13:22 +02:00
exit.md Improved exit command docs 2019-10-02 06:55:30 +05:30
fetch.md Add documentation for the fetch command 2019-10-07 02:17:57 +08:00
first.md add documentation file for first command 2019-10-02 15:49:44 -04:00
from-csv.md Create docs for from-csv command 2019-10-25 20:40:51 +02:00
from-toml.md Create docs for from-toml command 2019-10-25 20:47:00 +02:00
help.md Add document for help 2019-10-01 23:20:58 +08:00
inc.md Add documentation for the inc command 2019-10-06 23:30:52 +08:00
last.md fix grammar 2019-10-03 08:18:51 -04:00
lines.md Add documentation for lines 2019-10-03 06:09:01 +02:00
nth.md Add documentation for nth command 2019-10-04 17:37:11 +03:00
open.md Add documentation for the open command 2019-10-07 02:08:20 +08:00
README.md More command documentation instructions. 2019-09-25 11:35:58 -05:00
reverse.md Create docs for reverse command 2019-10-02 15:03:28 +05:30
shells.md Created docs for shells command 2019-10-02 13:37:43 +05:30
sort-by.md added Docs for sort-by command 2019-10-21 17:59:20 +02:00
sum.md fix typos and incorrect commands 2019-10-18 20:43:37 -04:00
sys.md Add documentation for the sys command 2019-10-06 23:20:48 +08:00
to-csv.md Added improvements suggested by @andrasio 2019-10-04 06:40:16 +05:30
to-json.md Fix minor typo 2019-10-04 06:44:45 +05:30
to-toml.md Added improvements suggested by @andrasio 2019-10-04 06:40:16 +05:30
to-tsv.md Added improvements suggested by @andrasio 2019-10-04 06:40:16 +05:30
to-url.md Added improvements suggested by @andrasio 2019-10-04 06:40:16 +05:30
to-yaml.md Added improvements suggested by @andrasio 2019-10-04 06:40:16 +05:30
trim.md Add documentation for the trim command 2019-10-06 22:35:38 +08:00
version.md Create docs for version command 2019-10-02 15:47:56 +05:30
where.md Add documentation for where command 2019-10-02 22:49:05 -03:00

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.