We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4bd35 commit 942029eCopy full SHA for 942029e
README.md
@@ -8,7 +8,8 @@
8
9
> 使用方便简单。可以方便的整合到任何已有项目中。
10
11
-- 命令行应用, 命令行的 `controller`, `command` 解析运行, 支持给命令设置别名
+- 命令行应用, 命令行的 `controller`, `command` 解析运行
12
+- 支持给命令设置别名,一个命令可以有多个别名。支持命令的显示/隐藏,启用/禁用
13
- 功能全面的命令行的选项参数解析(命名参数,短选项,长选项 ...)。命令行的 `input`, `output` 管理、使用
14
- 命令方法注释自动解析为帮助信息(默认提取 `@usage` `@arguments` `@options` `@example` 等信息)
15
- 支持输出多种颜色风格的消息文本(`info`, `comment`, `success`, `warning`, `danger`, `error` ... )
0 commit comments