You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple, full-featured php command line application library.
9
+
9
10
Provide console parameter parsing, command run, color style output, user information interaction, and special format information display.
10
11
11
12
> **[中文README](./README.zh-CN.md)**
@@ -20,7 +21,8 @@ Provide console parameter parsing, command run, color style output, user informa
20
21
21
22
- Command line application, `controller`, `command` parsing run on the command line
22
23
- Support for setting aliases for commands. A command can have multiple aliases. Support command display/hide, enable/disable
23
-
- Full-featured command line option parameter parsing (named parameters, short options, long options...). `input`, `output` of the command line, management, use
24
+
- Full-featured command line option parameter parsing (named parameters, short options `-s`, long options `--long`).
25
+
- The `input`, `output` of the command line, management, use
24
26
- Command method comments are automatically parsed as help information (by default, `@usage``@arguments``@options``@example`)
25
27
- Support for outputting message texts of multiple color styles (`info`, `comment`, `success`, `warning`, `danger`, `error` ... )
26
28
- Commonly used special format information display (`section`, `panel`, `padding`, `helpPanel`, `table`, `tree`, `title`, `list`, `multiList`)
@@ -42,7 +44,7 @@ Provide console parameter parsing, command run, color style output, user informa
42
44
43
45
> All features, effects; can be run in the example code `phps/app` in `examples/`. Basically covers all the features and can be tested directly
0 commit comments