aboutsummaryrefslogtreecommitdiff
path: root/mingling_ci/help.txt
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-18 08:27:36 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-18 08:27:36 +0800
commit5d0918ff5e19ebc67e4698bc308f6562779b7110 (patch)
treea9d7f5fb54afd16056b0a4c24d118db2d95f8d78 /mingling_ci/help.txt
parent00cf68abdd2be1cfca8b5a268d087ea2ccedf1dd (diff)
feat: add new Mingling CI system crate (WIP)
Add `mingling_ci` as a standalone CI system built on Mingling 0.4.0 to validate the next version, with report collection and manifest listing commands.
Diffstat (limited to 'mingling_ci/help.txt')
-rw-r--r--mingling_ci/help.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/mingling_ci/help.txt b/mingling_ci/help.txt
new file mode 100644
index 0000000..24563be
--- /dev/null
+++ b/mingling_ci/help.txt
@@ -0,0 +1,11 @@
+This program is used to check the code quality of the Mingling project itself.
+
+FLAGS:
+ -h, --help Print this help page
+ -q, --quiet Quiet output
+
+USAGE:
+ report-collect Collect and organize all inspection reports
+ report-clean Clean up all reports
+
+ show-manifests Print all crate paths that need to be checked