From b3aa0a08848ccd01cd7a4ecef6ff5bf46719af85 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 18 Aug 2026 09:07:22 +0800 Subject: feat(ci-new): add report-clean command to remove collected logs and report --- mingling_ci/src/cmd.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_ci/src/cmd.rs') 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; -- cgit