aboutsummaryrefslogtreecommitdiff
path: root/mling/src/helps/mling_help.txt
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-20 15:29:22 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-20 15:29:22 +0800
commit62e323c80306d7dca68e47377a0ed6f4e146ba48 (patch)
tree0c6fe91d7197c83af52b08f793d12b0f01646d7d /mling/src/helps/mling_help.txt
parent33da7c8cb4f24caeef4e8127bc484bc9d236a0f3 (diff)
feat: remove deprecated mling scaffolding tool
The mling CLI tool is being rewritten, so remove all its source files, resources, and workspace membership to clean up the repository
Diffstat (limited to 'mling/src/helps/mling_help.txt')
-rw-r--r--mling/src/helps/mling_help.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/mling/src/helps/mling_help.txt b/mling/src/helps/mling_help.txt
deleted file mode 100644
index 73bfd4d..0000000
--- a/mling/src/helps/mling_help.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-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]]**-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_green]]**Commands:**[[/]]
-__ [[b_cyan]]**install**[[/]] Install current project into
-__ the **mling** package manager
-__ [[b_cyan]]**ls**[[/]], [[b_cyan]]**show**[[/]], [[b_cyan]]**add**[[/]], [[b_cyan]]**rm**[[/]] List, show, add, or remove something
-
-Run \`[[b_cyan]]**cargo help mling**[[/]]\` for more detailed information.