From 965a2de94f6abe0ca6e340cd1ed4606cae8631b4 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sun, 25 Jul 2021 02:59:29 -0700 Subject: [PATCH] add docs for `version` subcommand --- docs/commands/README.md | 1 + docs/commands/version.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 docs/commands/version.md diff --git a/docs/commands/README.md b/docs/commands/README.md index 720a1c66bb4670c2618514c3dc7c9ff3936d7ce0..2bba4abfda6887598a2cdd0bc668745efd9250b9 100644 --- a/docs/commands/README.md +++ b/docs/commands/README.md @@ -3,6 +3,7 @@ Listed below is all of the commands available in Zigmod. All are meant to be run Running `zigmod` with no commands will print this list. +- [`version`](version.md) - [`init`](init.md) - [`fetch`](fetch.md) - [`ci`](ci.md) diff --git a/docs/commands/version.md b/docs/commands/version.md new file mode 100644 index 0000000000000000000000000000000000000000..e80a2116a934cf51f983e692a465facb5bfd1b0c --- /dev/null +++ b/docs/commands/version.md @@ -0,0 +1,8 @@ +## `version` command +``` +zigmod version +``` + +This command accepts no arguments and will print the Zigmod version string. It will be in the form `zigmod - `. + +At the time of this writing, that would look like `zigmod dev-7f7c2ac linux x86_64 gnu` for example. -- 2.54.0