diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-07 15:48:37 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-07 16:57:24 +0800 |
| commit | 180f72d307d75351bc8baa19b8ac662ef58fc35f (patch) | |
| tree | 95e20641afff1b0ac9c2c45e0cfa03ad1dbf2d63 /mingling_cli/help | |
| parent | a4c49f54420b640a1379e2a84042bdc64be2f798 (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* |
