diff --git a/app/Commands/DefaultCommand.php b/app/Commands/DefaultCommand.php index 0307987..c048b8f 100644 --- a/app/Commands/DefaultCommand.php +++ b/app/Commands/DefaultCommand.php @@ -71,6 +71,13 @@ protected function configure(): void 'Test for code style errors without fixing them and stop on first error' ), + new InputOption( + 'repair', + '', + InputOption::VALUE_NONE, + 'Fix code style errors but exit with status 1 if there were any changes made' + ), + new InputOption( 'format', '',