Create docs for version command

Partial fix of #711
This commit is contained in:
Shaurya Shubham 2019-10-02 15:47:56 +05:30 committed by GitHub
parent bbb4cc7d5f
commit 0b3c9b760e
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
━━━━━━━━━
```