mirror of
https://github.com/nushell/nushell
synced 2024-12-26 21:13:19 +00:00
5ca9e12b7f
* 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
14 lines
177 B
Markdown
14 lines
177 B
Markdown
# version
|
|
|
|
Outputs the nushell version.
|
|
|
|
## Examples
|
|
|
|
```shell
|
|
> version
|
|
━━━━━━━━━
|
|
version
|
|
─────────
|
|
0.6.0
|
|
━━━━━━━━━
|
|
```
|