| author | |
| committer | |
| log | 965a2de94f6abe0ca6e340cd1ed4606cae8631b4 |
| tree | c9771cb759410d1aa43ef9542210455a8558294e |
| parent | 7f7c2ac6f533c700cec1127941155e28f97809e5 |
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 |
| 3 | 3 | ||
| 4 | Running `zigmod` with no commands will print this list. | 4 | Running `zigmod` with no commands will print this list. |
| 5 | 5 | ||
| 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 | ``` | ||
| 3 | zigmod version | ||
| 4 | ``` | ||
| 5 | |||
| 6 | This command accepts no arguments and will print the Zigmod version string. It will be in the form `zigmod <build>-<commit> <os> <arch> <abi>`. | ||
| 7 | |||
| 8 | At the time of this writing, that would look like `zigmod dev-7f7c2ac linux x86_64 gnu` for example. | ||