nushell/docs/commands/version.md
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

15 lines
177 B
Markdown

# version
Outputs the nushell version.
## Examples
```shell
> version
━━━━━━━━━
version
─────────
0.6.0
━━━━━━━━━
```