From 0c366be05c871fcf182a1276b6637681530c2ed0 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 18 Aug 2026 10:46:02 +0800 Subject: docs(ci-new): align help text command layout --- mingling_ci/help.txt | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/mingling_ci/help.txt b/mingling_ci/help.txt index a810b41..7e55515 100644 --- a/mingling_ci/help.txt +++ b/mingling_ci/help.txt @@ -1,25 +1,24 @@ This program is used to check the code quality of the Mingling project itself. USAGE: cargo ci [SUBCOMMAND] - ^^___ Developing, currently `cin` FLAGS: - -h, --help Print this help page - -q, --quiet Quiet output + -h, --help Print this help page + -q, --quiet Quiet output COMMANDS: UTILS: - report-collect Collect and organize all inspection reports - report-clean Clean up all reports + report-collect Collect and organize all inspection reports + report-clean Clean up all reports - show-features Print the docs.rs feature list of mingling - show-manifests Print all crate paths that need to be checked + show-features Print the docs.rs feature list of mingling + show-manifests Print all crate paths that need to be checked TASKS: - markdown-check Verify rust code blocks in one markdown file - markdown-check-all Verify rust code blocks in all configured markdown files - markdown-compare Compare the structure of two markdown files/dirs - markdown-compare-all Compare all translated docs against the reference - build-all Build all crates - clippy-all Run clippy with -D warnings on all crates - test-all Test all crates + markdown-check Verify rust code blocks in one markdown file + markdown-check-all Verify rust code blocks in all configured markdown files + markdown-compare Compare the structure of two markdown files/dirs + markdown-compare-all Compare all translated docs against the reference + build-all Build all crates + clippy-all Run clippy with -D warnings on all crates + test-all Test all crates -- cgit