Searched refs:InputOption (Results 1 – 1 of 1) sorted by relevance
/template/strap/vendor/symfony/yaml/Command/ |
D | LintCommand.php | 22 use Symfony\Component\Console\Input\InputOption; alias 62 ->addOption('format', null, InputOption::VALUE_REQUIRED, 'The output format') 63 …->addOption('exclude', null, InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, 'Path(s) t… 64 ->addOption('parse-tags', null, InputOption::VALUE_NEGATABLE, 'Parse custom tags', null)
|