gabriel há 7 anos atrás
pai
commit
b6b9d5f9e6
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      tools/src/DockerInventory.php

+ 1 - 2
tools/src/DockerInventory.php

@@ -20,8 +20,7 @@ class DockerInventory extends Command
             ->setName('docker:inventory')
             ->setDescription('Get a ansible inventory based on the running container and the docker .')
             ->setHelp('...')
-            ->addArgument('dir', InputArgument::REQUIRED, 'The dir where the docker-composer.yml files is located.')
-            ->addOption('run-docker', null, InputOption::VALUE_REQUIRED, 'Lift up docker.', false);
+            ->addArgument('dir', InputArgument::REQUIRED, 'The dir where the docker-composer.yml files is located.');
     }
 
     protected function execute(InputInterface $input, OutputInterface $output)