diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 10:46:02 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 10:46:02 +0800 |
| commit | 0c366be05c871fcf182a1276b6637681530c2ed0 (patch) | |
| tree | ce1069204f307a41c41348657549a4d7ece12149 | |
| parent | 8d06ff9eab3ac70b55f6d7437a6615b77fa38d80 (diff) | |
docs(ci-new): align help text command layout
| -rw-r--r-- | mingling_ci/help.txt | 27 |
1 files 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 <FLAGS> [SUBCOMMAND] <ARGS...> - ^^___ 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 <PATH> Verify rust code blocks in all configured markdown files - markdown-compare Compare the structure of two markdown files/dirs - markdown-compare-all <PATH> <PATH> 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 <PATH> Verify rust code blocks in one markdown file + markdown-check-all Verify rust code blocks in all configured markdown files + markdown-compare <PATH> <PATH> 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 |
