| 1 | <?php namespace Magestead\Command\VM; |
||
| 9 | class RunCommand extends Command |
||
| 10 | { |
||
| 11 | protected $_projectPath; |
||
| 12 | |||
| 13 | protected function configure() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param InputInterface $input |
||
| 24 | * @param OutputInterface $output |
||
| 25 | * @return ProcessCommand |
||
| 26 | */ |
||
| 27 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 35 | } |