diff options
| -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 |
