From 5de8b8f88c58a3d6e8158ac5089527bdd31eb436 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Wed, 7 Jul 2021 00:23:43 -0700 Subject: [PATCH] docs- add more references to the `ci` subcommand --- docs/commands/README.md | 1 + docs/deps.zig.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/commands/README.md b/docs/commands/README.md index fe9e0d891b3f6264785c397828294b0cea968021..227531fdda00e332746d2b3f397d37f72be2a6b4 100644 --- a/docs/commands/README.md +++ b/docs/commands/README.md @@ -3,6 +3,7 @@ Listed below is all of the commands available in Zigmod. All are meant to be run - [`init`](init.md) - [`fetch`](fetch.md) +- [`ci`](ci.md) - [`license`](license_.md) - [`sum`](sum.md) diff --git a/docs/deps.zig.md b/docs/deps.zig.md index 46691d1c5008f537f1ed3123bd26ce9d14bba1cd..7b9dacac6fb5dd6bc021c7b6950ba3459625a3e5 100644 --- a/docs/deps.zig.md +++ b/docs/deps.zig.md @@ -1,5 +1,5 @@ ## `deps.zig` Reference -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. +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. ### `cache` - Type: `[]const u8` -- 2.54.0