Merge pull request #764 from coolshaurya/command-version-docs

Create docs for version command
This commit is contained in:
Jonathan Turner 2019-10-03 06:28:04 +13:00 committed by GitHub
commit 9a1c537854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
docs/commands/version.md Normal file
View File

@ -0,0 +1,14 @@
# version
Outputs the nushell version.
## Examples
```shell
> version
━━━━━━━━━
version
─────────
0.3.0
━━━━━━━━━
```