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 |
| 3 | 3 | |
| 4 | 4 | - [`init`](init.md) |
| 5 | 5 | - [`fetch`](fetch.md) |
| 6 | - [`ci`](ci.md) |
| 6 | 7 | - [`license`](license_.md) |
| 7 | 8 | - [`sum`](sum.md) |
| 8 | 9 | |
docs/deps.zig.md+1-1
| ... | ... | @@ -1,5 +1,5 @@ |
| 1 | 1 | ## `deps.zig` Reference |
| 2 | | This 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. |
| 2 | This 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. |
| 3 | 3 | |
| 4 | 4 | ### `cache` |
| 5 | 5 | - Type: `[]const u8` |