win10下支持带颜色输出

This commit is contained in:
yunwuxin
2016-07-12 14:27:16 +08:00
parent 7281e76aff
commit 4742993737
5 changed files with 27 additions and 18 deletions

View File

@@ -11,12 +11,13 @@
namespace think\console\command\make;
use think\console\command\Make;
use think\console\Input;
use think\console\input\Argument;
use think\console\input\Option;
use think\console\Output;
class File extends \think\console\command\Make
class File extends Make
{
/**
* {@inheritdoc}