From 8c88a6c170b3429c90efa96c5f3dcb0a3e9988ae Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 7 Aug 2026 16:19:51 +0800 Subject: 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. --- mingling_cli/help/help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling_cli/help') 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 *Enable the specified package* __ pkg-disable *Disable the specified package* -- cgit