mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
0b3c9b760e
Partial fix of #711
14 lines
180 B
Markdown
14 lines
180 B
Markdown
# version
|
|
|
|
Outputs the nushell version.
|
|
|
|
## Examples
|
|
|
|
```shell
|
|
> version
|
|
━━━━━━━━━
|
|
version
|
|
─────────
|
|
0.3.0
|
|
━━━━━━━━━
|
|
```
|