aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/help
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-07 16:19:51 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-09 02:56:28 +0800
commit8c88a6c170b3429c90efa96c5f3dcb0a3e9988ae (patch)
tree323441a4da274bae111f7563e60516d875a7db10 /mingling_cli/help
parent25ece73e61cd5a9076c63fe884c84a86b35b5b42 (diff)
feat(pkg-mgr): implement pkg-show command
Add `pkg-show` to display installed packages and their versions, removing its NOT_IMPL marker from help. Include internal commands to load enabled package paths and completion scripts.
Diffstat (limited to 'mingling_cli/help')
-rw-r--r--mingling_cli/help/help.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_cli/help/help.txt b/mingling_cli/help/help.txt
index 6cdf5a2..0fff769 100644
--- a/mingling_cli/help/help.txt
+++ b/mingling_cli/help/help.txt
@@ -27,6 +27,6 @@ __ proj-init **[NOT_IMPL]** *Initialize a project*
__ **PACKAGE MANAGE:**
__ install *Install the project to the Mingling package list*
__ uninstall [PACKAGE] *Uninstall the project from the Mingling package list*
-__ pkg-show **[NOT_IMPL]** *Show locally installed packages*
+__ pkg-show *Show locally installed packages*
__ pkg-enable <NAME> *Enable the specified package*
__ pkg-disable <NAME> *Disable the specified package*