diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-07 13:55:55 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-07 16:57:24 +0800 |
| commit | 6fa911bc16c6fc0a8de290a7097421203361adad (patch) | |
| tree | f75a22dd3213afa63fd838ca3027252b1dda9df9 /mingling_cli | |
| parent | da1db1210cefb20ee594366bea10516ac4f3d0c1 (diff) | |
docs(help): rename package commands to pkg prefix
Diffstat (limited to 'mingling_cli')
| -rw-r--r-- | mingling_cli/help/help.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mingling_cli/help/help.txt b/mingling_cli/help/help.txt index 3fdd4c9..f9e64f6 100644 --- a/mingling_cli/help/help.txt +++ b/mingling_cli/help/help.txt @@ -26,6 +26,6 @@ __ proj-init **[NOT_IMPL]** *Initialize a project* __ **PACKAGE MANAGE:** __ install **[NOT_IMPL]** *Install the project to the Mingling package list* -__ package-show **[NOT_IMPL]** *Show locally installed packages* -__ package-enable <NAME> **[NOT_IMPL]** *Enable the specified package* -__ package-disable <NAME> **[NOT_IMPL]** *Disable the specified package* +__ 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* |
