We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f607c8 commit e360ed5Copy full SHA for e360ed5
app/Commands/DefaultCommand.php
@@ -47,7 +47,7 @@ protected function configure()
47
new InputOption('output-to-file', '', InputOption::VALUE_REQUIRED, 'Output the test results to a file at this path'),
48
new InputOption('output-format', '', InputOption::VALUE_REQUIRED, 'The format that should be used when outputting the test results to a file'),
49
new InputOption('cache-file', '', InputArgument::OPTIONAL, 'The path to the cache file'),
50
- new InputOption('parallel', '', InputOption::VALUE_NONE, 'Runs the linter in parallel (Experimental)'),
+ new InputOption('parallel', 'p', InputOption::VALUE_NONE, 'Runs the linter in parallel (Experimental)'),
51
],
52
);
53
}
0 commit comments