John-Goff c13fe83784
Rename count to length (#3166)
* update docs to refer to length instead of count

* rename count to length

* change all occurrences of 'count' to 'length' in tests

* format length command
2021-03-14 10:46:40 +13:00
..
2021-01-13 14:46:15 +13:00
2020-06-28 14:22:26 +12:00
2019-10-08 18:32:42 +11:00
2020-07-23 09:42:04 +12:00
2021-01-02 17:24:32 +13:00
2020-09-30 13:27:52 -05:00
2020-03-14 06:23:41 +13:00
2021-03-14 10:46:40 +13:00
2020-12-16 05:37:12 +13:00
2020-09-07 17:02:45 +12:00
2020-06-28 14:22:26 +12:00
2020-12-09 06:43:46 +13:00
2020-05-24 02:02:44 -05:00
2020-08-22 05:51:29 +12:00
2020-07-15 08:47:04 +12:00
2020-10-15 16:20:55 +13:00
2021-03-09 23:40:17 +13:00
2020-10-15 16:20:55 +13:00
2021-01-02 17:24:32 +13:00
2020-10-01 20:13:42 -05: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.