diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 09:01:02 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 09:01:02 +0800 |
| commit | 9591f192004547a4532e000c0f4534eb48bcb1bb (patch) | |
| tree | b2ba31897cac68605ab8e7a99c5dea473d46003e /mingling_ci/help.txt | |
| parent | b2e2ebaf8b75422fc57ca46a46bd67728df73a3c (diff) | |
feat(ci-new): implement build-all task
Run cargo build for all package manifests in parallel and
report failures.
Diffstat (limited to 'mingling_ci/help.txt')
| -rw-r--r-- | mingling_ci/help.txt | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/mingling_ci/help.txt b/mingling_ci/help.txt index 24563be..0e0f320 100644 --- a/mingling_ci/help.txt +++ b/mingling_ci/help.txt @@ -1,11 +1,18 @@ 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 -USAGE: - report-collect Collect and organize all inspection reports - report-clean Clean up all reports +COMMANDS: + UTILS: + 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 - show-manifests Print all crate paths that need to be checked + TASKS: + build-all Build all crates |
