public function execute() { $app = Console::getInstance(); $init = new AssetInitCommand(); $init->application = $app; $init->options = $this->options; $init->executeWrapper(array()); $install = new AssetInstallCommand(); $install->application = $app; $install->options = $this->options; $install->logger = $this->logger; $install->executeWrapper(array()); }
public function execute() { $app = Console::getInstance(); // XXX: list bundles }