Ejemplo n.º 1
0
 protected function initialize(InputInterface $input, OutputInterface $output)
 {
     $input->setArgument('path', $this->fs->toAbsolutePaths($input->getArgument('path')));
     $this->fs->validateExists($input->getArgument('path'));
 }