| 1 | <?php namespace Magestead\Command\VM; |
||
| 11 | class SshCommand extends Command |
||
| 12 | { |
||
| 13 | protected $_projectPath; |
||
| 14 | |||
| 15 | protected function configure() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param InputInterface $input |
||
| 25 | * @param OutputInterface $output |
||
| 26 | * @return bool |
||
| 27 | */ |
||
| 28 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 33 | } |
||
| 34 |