From 1d7efb22dc82780dc3fb1d3311188c0514d93991 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 7 Aug 2026 16:05:00 +0800 Subject: feat: implement pkg-enable and pkg-disable commands Add package enable/disable functionality with version matching for pkg-enable, and fix help text to reflect implemented commands. --- mingling_cli/help/help.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mingling_cli/help') diff --git a/mingling_cli/help/help.txt b/mingling_cli/help/help.txt index 4137cb5..6cdf5a2 100644 --- a/mingling_cli/help/help.txt +++ b/mingling_cli/help/help.txt @@ -28,5 +28,5 @@ __ **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-enable **[NOT_IMPL]** *Enable the specified package* -__ pkg-disable **[NOT_IMPL]** *Disable the specified package* +__ pkg-enable *Enable the specified package* +__ pkg-disable *Disable the specified package* -- cgit