From 54def18d6fbc0974d697e7c5971ee841bf9ff025 Mon Sep 17 00:00:00 2001 From: shenmo Date: Tue, 28 Oct 2025 11:09:33 +0000 Subject: [PATCH] update src/usr/bin/apm. Signed-off-by: shenmo --- src/usr/bin/apm | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/src/usr/bin/apm b/src/usr/bin/apm index 7c307bd..7acbe52 100755 --- a/src/usr/bin/apm +++ b/src/usr/bin/apm @@ -19,22 +19,23 @@ Usage: Commands: - install 安装软件包 - remove 卸载软件包 - update 更新软件包信息 - list 查看可用软件包信息 - search 搜索软件包 - download 下载包 - clean 清除缓存软件包 - autoremove 自动移除不需要的包 - full-upgrade 完全升级软件包 - run 运行指定软件包的可执行文件 - ssaudit 使用 ssaudit 进行本地软件安装,详情见 spark-store - debug 显示调试系统信息并进入调试环境 - amber 彩蛋功能 - xmp360 彩蛋功能 - bronya 彩蛋功能 + install 安装软件包 + remove 卸载软件包 + update 更新软件包信息 + list 查看可用软件包信息 + search 搜索软件包 + download 下载包 + clean 清除缓存软件包 + autoremove 自动移除不需要的包 + full-upgrade 完全升级软件包 + run 运行指定软件包的可执行文件 + ssaudit 使用 ssaudit 进行本地软件安装,详情见 spark-store + debug 显示调试系统信息并进入调试环境 + amber 彩蛋功能 + xmp360 彩蛋功能 + bronya 彩蛋功能 + -h, --help 显示此帮助信息 EOF }