From 180f72d307d75351bc8baa19b8ac662ef58fc35f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 7 Aug 2026 15:48:37 +0800 Subject: feat(pkg_mgr): add uninstall command and improve install Implement `mling uninstall` to remove installed packages by name or name@version, with shell completion support. Rework install to build release binaries, copy them plus completion scripts to a per-version directory under the user data dir. --- mingling_cli/help/help.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mingling_cli/help') diff --git a/mingling_cli/help/help.txt b/mingling_cli/help/help.txt index f9e64f6..4137cb5 100644 --- a/mingling_cli/help/help.txt +++ b/mingling_cli/help/help.txt @@ -25,7 +25,8 @@ __ proj-new **[NOT_IMPL]** *Create a project* __ proj-init **[NOT_IMPL]** *Initialize a project* __ **PACKAGE MANAGE:** -__ install **[NOT_IMPL]** *Install the project to the Mingling package list* +__ 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* -- cgit