From b5e88fe3b188bf5fa50d022714863f018550ed8b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 7 Aug 2026 12:51:48 +0800 Subject: docs: format help text with markdown styling --- mingling_cli/help/help.txt | 53 +++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/mingling_cli/help/help.txt b/mingling_cli/help/help.txt index 2089e2b..3c4faca 100644 --- a/mingling_cli/help/help.txt +++ b/mingling_cli/help/help.txt @@ -1,30 +1,31 @@ -USAGE: mling [GLOBAL_FLAGS] [COMMAND] [ARGS...] +**USAGE:** *mling [GLOBAL_FLAGS] [COMMAND] [ARGS...]* -GLOBAL_FLAGS: - --all-features Enable all features - --features List of features to enable - -h, --help Show help messages - --manifest-path Custom path to Cargo.toml - --message-format Output message format - --no-default-features Disable default features - --no-deps Do not include dependencies in metadata +**GLOBAL_FLAGS:** +__ --all-features *Enable all features* +__ --features *List of features to enable* +__ -h, --help *Show help messages* +__ --manifest-path *Custom path to Cargo.toml* +__ --message-format *Output message format* +__ --no-default-features *Disable default features* +__ --no-deps *Do not include dependencies in metadata* -COMMANDS: - metadata Check your workspace metadata using 'cargo metadata' +**COMMANDS:** +__ **METADATA:** +__ metadata *Check your workspace metadata using 'cargo metadata'* +__ +__ **LINTER:** +__ lint *Mingling Linter* +__ ra-lint *Run* `mling lint` *and output the results* +__ ra-lint-check *Run* `mling lint` *and* `cargo check`*, and output the combined results* +__ ra-lint-clippy *Run* `mling lint` *and* `cargo clippy`*, and output the combined results* +__ explain *Explain the meaning of the specified Lint* - LINTER: - lint Mingling Linter - ra-lint Run `mling lint` and output the results - ra-lint-check Run `mling lint` and `cargo check`, and output the combined results - ra-lint-clippy Run `mling lint` and `cargo clippy`, and output the combined results - explain Explain the meaning of the specified Lint +__ **PROJECT MANAGE:** +__ proj-new **[NOT_IMPL]** *Create a project* +__ proj-init **[NOT_IMPL]** *Initialize a project* - PROJECT MANAGE: - proj-new [NOT_IMPL] Create a project - proj-init [NOT_IMPL] Initialize a project - - PACKAGE MANAGE: - install [NOT_IMPL] Install the project to the Mingling package list - package-show [NOT_IMPL] Show locally installed packages - package-enable [NOT_IMPL] Enable the specified package - package-disable [NOT_IMPL] Disable the specified package +__ **PACKAGE MANAGE:** +__ install **[NOT_IMPL]** *Install the project to the Mingling package list* +__ package-show **[NOT_IMPL]** *Show locally installed packages* +__ package-enable **[NOT_IMPL]** *Enable the specified package* +__ package-disable **[NOT_IMPL]** *Disable the specified package* -- cgit