authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-25 02:59:29 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-25 02:59:29 -07:00
log965a2de94f6abe0ca6e340cd1ed4606cae8631b4
treec9771cb759410d1aa43ef9542210455a8558294e
parent7f7c2ac6f533c700cec1127941155e28f97809e5

add docs for `version` subcommand


2 files changed, 9 insertions(+), 0 deletions(-)

docs/commands/README.md+1
...@@ -3,6 +3,7 @@ Listed below is all of the commands available in Zigmod. All are meant to be run...@@ -3,6 +3,7 @@ Listed below is all of the commands available in Zigmod. All are meant to be run
33
4Running `zigmod` with no commands will print this list.4Running `zigmod` with no commands will print this list.
55
6- [`version`](version.md)
6- [`init`](init.md)7- [`init`](init.md)
7- [`fetch`](fetch.md)8- [`fetch`](fetch.md)
8- [`ci`](ci.md)9- [`ci`](ci.md)
docs/commands/version.md created+8
...@@ -0,0 +1,8 @@
1## `version` command
2```
3zigmod version
4```
5
6This command accepts no arguments and will print the Zigmod version string. It will be in the form `zigmod <build>-<commit> <os> <arch> <abi>`.
7
8At the time of this writing, that would look like `zigmod dev-7f7c2ac linux x86_64 gnu` for example.