igorw / fab-symfony-console
让 symfony 控制台输出更棒!
v1.0.0
2013-02-14 17:42 UTC
Requires
- symfony/console: ~2.1
- whatthejeff/fab: 1.0.*
This package is not auto-updated.
Last update: 2024-09-14 14:42:04 UTC
README
让 symfony 控制台输出 更棒!
由出色的 fab 提供。
示例输出
用法
$input = new ArgvInput();
$output = new ConsoleOutput();
$output->setFormatter(new OutputFormatter(true, [
'info' => new FabOutputFormatterStyle(),
'comment' => new FabOutputFormatterStyle(),
]));
$app->run($input, $output);