Skip to content

Commit e360ed5

Browse files
authored
Add shortcut for parallel linting (#382)
1 parent 4f607c8 commit e360ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Commands/DefaultCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ protected function configure()
4747
new InputOption('output-to-file', '', InputOption::VALUE_REQUIRED, 'Output the test results to a file at this path'),
4848
new InputOption('output-format', '', InputOption::VALUE_REQUIRED, 'The format that should be used when outputting the test results to a file'),
4949
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)'),
50+
new InputOption('parallel', 'p', InputOption::VALUE_NONE, 'Runs the linter in parallel (Experimental)'),
5151
],
5252
);
5353
}

0 commit comments

Comments
 (0)