diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 09:07:22 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 09:07:22 +0800 |
| commit | b3aa0a08848ccd01cd7a4ecef6ff5bf46719af85 (patch) | |
| tree | cf079a8714ecde10339701e9f77fb5f886ea9d2c /mingling_ci/src/cmd.rs | |
| parent | 9591f192004547a4532e000c0f4534eb48bcb1bb (diff) | |
feat(ci-new): add report-clean command to remove collected logs and
report
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 45b077e..471a7af 100644 --- a/mingling_ci/src/cmd.rs +++ b/mingling_ci/src/cmd.rs @@ -1,2 +1,3 @@ +pub(crate) mod cmd_report_clean; pub(crate) mod cmd_report_collect; pub(crate) mod cmd_show_manifests; |
