mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
add option --no-motd
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace SPC\builder\traits;
|
||||
|
||||
/**
|
||||
* 仅供 Command 使用,如果使用了该 Trait,则在执行对应命令时不打印 motd
|
||||
*/
|
||||
trait NoMotdTrait
|
||||
{
|
||||
protected bool $no_motd = true;
|
||||
}
|
||||
Reference in New Issue
Block a user