aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-07 13:55:55 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-09 02:56:28 +0800
commitfea9c10768924610dbe472554a55d96be2123883 (patch)
treeb3f0cbb90dccfb30363d7b632062a1f473cf18ce
parent1fde0524871df77ae7b202254e10d21e1fb5f245 (diff)
docs(help): rename package commands to pkg prefix
-rw-r--r--mingling_cli/help/help.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/mingling_cli/help/help.txt b/mingling_cli/help/help.txt
index 3fdd4c9..f9e64f6 100644
--- a/mingling_cli/help/help.txt
+++ b/mingling_cli/help/help.txt
@@ -26,6 +26,6 @@ __ 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 <NAME> **[NOT_IMPL]** *Enable the specified package*
-__ package-disable <NAME> **[NOT_IMPL]** *Disable the specified package*
+__ pkg-show **[NOT_IMPL]** *Show locally installed packages*
+__ pkg-enable <NAME> **[NOT_IMPL]** *Enable the specified package*
+__ pkg-disable <NAME> **[NOT_IMPL]** *Disable the specified package*