Skip to content

Commit 8e716ec

Browse files
committed
add more static method refer at Cli class
1 parent 05c2ab8 commit 8e716ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Cli.php

+7
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
* @method static alert(string|array|mixed $message, string $style = 'info')
4242
* @method static prompt(string|array|mixed $message, string $style = 'info')
4343
*
44+
* @method static red(string ...$message) Print red color message line.
45+
* @method static cyan(string ...$message) Print cyan color message line.
46+
* @method static blue(string ...$message) Print blue color message line.
47+
* @method static green(string ...$message) Print green color message line.
48+
* @method static magenta(string ...$message) Print cyan color message line.
49+
* @method static yellow(string ...$message) Print yellow color message line.
50+
*
4451
* @method static error(string ...$message) Print error style message line.
4552
* @method static warn(string ...$message) Print warn style message line.
4653
* @method static info(string ...$message) Print info style message line.

0 commit comments

Comments
 (0)