| author | |
| committer | |
| log | 5de8b8f88c58a3d6e8158ac5089527bdd31eb436 |
| tree | acb370e9b5134582dcb00243ab4d19a2f1582fe1 |
| parent | 44c0c6c615900e9616e02514cc8b822afada9f0c |
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,6 +3,7 @@ Listed below is all of the commands available in Zigmod. All are meant to be run |
| 3 | 3 | ||
| 4 | - [`init`](init.md) | 4 | - [`init`](init.md) |
| 5 | - [`fetch`](fetch.md) | 5 | - [`fetch`](fetch.md) |
| 6 | - [`ci`](ci.md) | ||
| 6 | - [`license`](license_.md) | 7 | - [`license`](license_.md) |
| 7 | - [`sum`](sum.md) | 8 | - [`sum`](sum.md) |
| 8 | 9 |
docs/deps.zig.md+1-1| ... | @@ -1,5 +1,5 @@ | ... | @@ -1,5 +1,5 @@ |
| 1 | ## `deps.zig` Reference | 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 | ### `cache` | 4 | ### `cache` |
| 5 | - Type: `[]const u8` | 5 | - Type: `[]const u8` |