aboutsummaryrefslogtreecommitdiff
path: root/mling
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-07 04:01:49 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-07 04:01:49 +0800
commit81b348ade98ec12516d0e43e2dc930e1cb3a27a5 (patch)
treefeae4573845a971bb6f438d438db2f13aba4d04c /mling
parent3ea5d62e980975d0a888293d875f26fc267cd368 (diff)
Align help text formatting and add PATH placeholder
Diffstat (limited to 'mling')
-rw-r--r--mling/src/helps/mling_help.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/mling/src/helps/mling_help.txt b/mling/src/helps/mling_help.txt
index ba38439..4bf1ca6 100644
--- a/mling/src/helps/mling_help.txt
+++ b/mling/src/helps/mling_help.txt
@@ -3,18 +3,18 @@ Mingling's scaffolding tool
[[b_green]]**Usage:**[[/]] [[b_cyan]]**cargo mling**[[/]] [[cyan]][COMMAND] [OPTIONS]...[[/]]
[[b_green]]**Options:**[[/]]
-__ [[b_cyan]]**-V**[[/]], [[b_cyan]]**--version**[[/]] Print version info and exit
-__ [[b_cyan]]**-h**[[/]], [[b_cyan]]**--help**[[/]] Print this help message
+__ [[b_cyan]]**-V**[[/]], [[b_cyan]]**--version**[[/]] Print version info and exit
+__ [[b_cyan]]**-h**[[/]], [[b_cyan]]**--help**[[/]] Print this help message
-__ [[b_cyan]]**-P**[[/]], [[b_cyan]]**--manifest-path**[[/]] Path to _Cargo.toml_
+__ [[b_cyan]]**-P**[[/]], [[b_cyan]]**--manifest-path**[[/]] [[cyan]]<PATH>[[/]] Path to _Cargo.toml_
-__ [[b_cyan]]**--silence**[[/]], [[b_cyan]]**--quiet**[[/]] Suppress all output
-__ [[b_cyan]]**--no-error**[[/]] Suppress error output
-__ [[b_cyan]]**--no-result**[[/]] Suppress result output
+__ [[b_cyan]]**--silence**[[/]], [[b_cyan]]**--quiet**[[/]] Suppress all output
+__ [[b_cyan]]**--no-error**[[/]] Suppress error output
+__ [[b_cyan]]**--no-result**[[/]] Suppress result output
[[b_green]]**Commands:**[[/]]
-__ [[b_cyan]]**install**[[/]] Install current project into
-__ the **mling** package manager
-__ [[b_cyan]]**ls**[[/]], [[b_cyan]]**add**[[/]], [[b_cyan]]**rm**[[/]] List, add, or remove something
+__ [[b_cyan]]**install**[[/]] Install current project into
+__ the **mling** package manager
+__ [[b_cyan]]**ls**[[/]], [[b_cyan]]**add**[[/]], [[b_cyan]]**rm**[[/]] List, add, or remove something
Run \`[[b_cyan]]**cargo help mling**[[/]]\` for more detailed information.