mirror of
https://github.com/nushell/nushell.git
synced 2025-06-29 22:28:35 +02:00
Merge pull request #764 from coolshaurya/command-version-docs
Create docs for version command
This commit is contained in:
14
docs/commands/version.md
Normal file
14
docs/commands/version.md
Normal file
@ -0,0 +1,14 @@
|
||||
# version
|
||||
|
||||
Outputs the nushell version.
|
||||
|
||||
## Examples
|
||||
|
||||
```shell
|
||||
> version
|
||||
━━━━━━━━━
|
||||
version
|
||||
─────────
|
||||
0.3.0
|
||||
━━━━━━━━━
|
||||
```
|
Reference in New Issue
Block a user