mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55:07 +00:00
Merge pull request #764 from coolshaurya/command-version-docs
Create docs for version command
This commit is contained in:
commit
9a1c537854
1 changed files with 14 additions and 0 deletions
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
|
||||
━━━━━━━━━
|
||||
```
|
Loading…
Reference in a new issue