mirror of
https://github.com/nushell/nushell.git
synced 2024-11-15 13:04:34 +01:00
0b3c9b760e
Partial fix of #711
15 lines
180 B
Markdown
15 lines
180 B
Markdown
# version
|
|
|
|
Outputs the nushell version.
|
|
|
|
## Examples
|
|
|
|
```shell
|
|
> version
|
|
━━━━━━━━━
|
|
version
|
|
─────────
|
|
0.3.0
|
|
━━━━━━━━━
|
|
```
|