From 6fa911bc16c6fc0a8de290a7097421203361adad Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 7 Aug 2026 13:55:55 +0800 Subject: docs(help): rename package commands to pkg prefix --- mingling_cli/help/help.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mingling_cli/help') 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 **[NOT_IMPL]** *Enable the specified package* -__ package-disable **[NOT_IMPL]** *Disable the specified package* +__ 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