gabriel 7 tahun lalu
induk
melakukan
b6b9d5f9e6
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  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)