命令行提示修改
This commit is contained in:
parent
e561f8f4d2
commit
7aa0e9d262
@ -22,7 +22,7 @@ class Command extends BaseCommand
|
||||
*/
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$this->line('开始'.$this->description);
|
||||
$this->line(printf('[%s] 开始%s', date("Y-m-d H:i:s"), $this->description));
|
||||
|
||||
begin_time_consuming();
|
||||
|
||||
|
@ -22,7 +22,7 @@ class Command extends BaseCommand
|
||||
*/
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$this->line('开始'.$this->description);
|
||||
$this->line(printf('[%s] 开始%s', date("Y-m-d H:i:s"), $this->description));
|
||||
|
||||
begin_time_consuming();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user