You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$command->addOption(Option::ONLY, null, InputOption::VALUE_REQUIRED, 'Fully qualified rule class name');
22
+
$command->addOption(Option::ONLY, null, InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, 'Fully qualified rule class name; repeat to run several rules, e.g. --only=A --only=B');
23
23
$command->addOption(Option::COMPOSER_BASED, null, InputOption::VALUE_NONE, 'Run only rules bound to an installed composer package version');
24
24
$command->addOption(Option::PHP, null, InputOption::VALUE_NONE, 'Run only PHP rules, e.g. rules bound to a minimal PHP version');
25
25
$command->addOption(Option::ONLY_SUFFIX, null, InputOption::VALUE_REQUIRED, 'Deprecated, use "--filter" instead. Filter only files with specific suffix in name, e.g. "Controller"');
0 commit comments