diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-07 15:48:37 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-09 02:56:28 +0800 |
| commit | c2de5313748e7d5f8ad7efee9ffecb513994443a (patch) | |
| tree | c449707d80a435ba14684c3b0387ea971da66ea7 /mingling_cli/help | |
| parent | b5251db3f8bfb1a9b8ba946570baabce813c6ba8 (diff) | |
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.
Diffstat (limited to 'mingling_cli/help')
| -rw-r--r-- | mingling_cli/help/help.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 <NAME> **[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 <NAME> **[NOT_IMPL]** *Enable the specified package* __ pkg-disable <NAME> **[NOT_IMPL]** *Disable the specified package* |
