mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
e46135be0a
- Turn sake into a symfony/console app - Avoid using HTTPRequest for CLI interaction - Implement abstract hybrid execution path
14 lines
514 B
YAML
14 lines
514 B
YAML
---
|
|
Name: cli-config
|
|
---
|
|
SilverStripe\Core\Injector\Injector:
|
|
Symfony\Contracts\EventDispatcher\EventDispatcherInterface.sake:
|
|
class: 'Symfony\Component\EventDispatcher\EventDispatcher'
|
|
Symfony\Component\Console\Formatter\OutputFormatterInterface:
|
|
class: 'Symfony\Component\Console\Formatter\OutputFormatter'
|
|
calls:
|
|
- ['setDecorated', [true]]
|
|
SilverStripe\PolyExecution\HtmlOutputFormatter:
|
|
constructor:
|
|
formatter: '%$Symfony\Component\Console\Formatter\OutputFormatterInterface'
|