authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-07 00:23:43 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-07 00:23:43 -07:00
log5de8b8f88c58a3d6e8158ac5089527bdd31eb436
treeacb370e9b5134582dcb00243ab4d19a2f1582fe1
parent44c0c6c615900e9616e02514cc8b822afada9f0c

docs- add more references to the `ci` subcommand


2 files changed, 2 insertions(+), 1 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
33
44- [`init`](init.md)
55- [`fetch`](fetch.md)
6- [`ci`](ci.md)
67- [`license`](license_.md)
78- [`sum`](sum.md)
89
docs/deps.zig.md+1-1
......@@ -1,5 +1,5 @@
11## `deps.zig` Reference
2This file is generated by [`zigmod fetch`](commands/fetch.md) and is an amalgamation of all of the sources and dependencies used in this project. Many of the fields listed here align with fields present in [`zig.mod`](zig.mod.md) but contain those values for the entire tree.
2This file is generated by [`zigmod fetch`](commands/fetch.md) or [`zigmod ci`](commands/ci.md) and is an amalgamation of all of the sources and dependencies used in this project. Many of the fields listed here align with fields present in [`zig.mod`](zig.mod.md) but contain those values for the entire dependency tree.
33
44### `cache`
55- Type: `[]const u8`