diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 11:04:01 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 11:04:01 +0800 |
| commit | 65464029958facf58c886a3ab5d4b9ab176f4e1c (patch) | |
| tree | 93faf4ee6e43d43ba7aa3fc3fae416fdb63e3550 /mingling_ci/src/cmd.rs | |
| parent | 78776ff4a91c470f075aa5148e48c02ca6e4d050 (diff) | |
feat(ci-new): add docs-build command to mingling_ci
Diffstat (limited to 'mingling_ci/src/cmd.rs')
| -rw-r--r-- | mingling_ci/src/cmd.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_ci/src/cmd.rs b/mingling_ci/src/cmd.rs index b9664fc..3b057af 100644 --- a/mingling_ci/src/cmd.rs +++ b/mingling_ci/src/cmd.rs @@ -1,3 +1,4 @@ +pub(crate) mod cmd_docs_build; pub(crate) mod cmd_report_clean; pub(crate) mod cmd_report_collect; pub(crate) mod cmd_show_features; |
