gabriel 7 سال پیش
والد
کامیت
b6b9d5f9e6
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      tools/src/DockerInventory.php

+ 1 - 2
tools/src/DockerInventory.php

@@ -20,8 +20,7 @@ class DockerInventory extends Command
             ->setName('docker:inventory')
             ->setName('docker:inventory')
             ->setDescription('Get a ansible inventory based on the running container and the docker .')
             ->setDescription('Get a ansible inventory based on the running container and the docker .')
             ->setHelp('...')
             ->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)
     protected function execute(InputInterface $input, OutputInterface $output)