From 0b3c9b760e2c28457df8d805462da6dc3a863dc2 Mon Sep 17 00:00:00 2001 From: Shaurya Shubham Date: Wed, 2 Oct 2019 15:47:56 +0530 Subject: [PATCH] Create docs for version command Partial fix of #711 --- docs/commands/version.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/commands/version.md diff --git a/docs/commands/version.md b/docs/commands/version.md new file mode 100644 index 000000000..d0b882899 --- /dev/null +++ b/docs/commands/version.md @@ -0,0 +1,14 @@ +# version + +Outputs the nushell version. + +## Examples + +```shell +> version +━━━━━━━━━ + version +───────── + 0.3.0 +━━━━━━━━━ +```