mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 12:58:32 +00:00
18 lines
164 B
Markdown
18 lines
164 B
Markdown
---
|
|
title: version
|
|
layout: command
|
|
version: 0.59.0
|
|
---
|
|
|
|
Display Nu version.
|
|
|
|
## Signature
|
|
|
|
```> version ```
|
|
|
|
## Examples
|
|
|
|
Display Nu version
|
|
```shell
|
|
> version
|
|
```
|