Searched refs:InputOption (Results 1 – 2 of 2) sorted by relevance
/plugin/combo/vendor/symfony/yaml/Command/ |
H A 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) to exclude') 64 ->addOption('parse-tags', null, InputOption::VALUE_NEGATABLE, 'Parse custom tags', null)
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/ |
H A D | LintCommand.php | 19 use Symfony\Component\Console\Input\InputOption; alias 58 ->addOption('format', null, InputOption::VALUE_REQUIRED, 'The output format', 'txt') 59 ->addOption('parse-tags', null, InputOption::VALUE_NONE, 'Parse custom tags')
|