Waldir Pimenta 5ca9e12b7f
Fix whitespace and typos (#1481)
* Remove EOL whitespace in files other than docs

* Break paragraphs into lines

See http://rhodesmill.org/brandon/2012/one-sentence-per-line/ for the rationale

* Fix various typos

* Remove EOL whitespace in docs/commands/*.md
2020-03-14 06:23:41 +13:00
..
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2019-10-08 18:32:42 +11:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2019-10-01 11:21:56 -03:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2019-10-01 06:14:56 -04:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2019-12-02 11:02:59 -08:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2019-10-25 20:47:00 +02:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2019-10-03 08:18:51 -04:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2019-10-07 02:08:20 +08:00
2020-03-14 06:23:41 +13:00
2019-11-14 16:59:39 -05:00
2020-03-14 06:23:41 +13:00
2019-12-02 11:02:58 -08:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2019-12-02 11:02:59 -08:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2019-11-01 17:25:08 -05:00
2020-03-14 06:23:41 +13:00
2019-12-15 13:56:26 +01:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13:00
2019-10-06 22:35:38 +08:00
2020-03-14 06:23:41 +13:00
2020-03-14 06:23:41 +13: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.