Skip to content

Commit

Permalink
Enable --help flag for pint.
Browse files Browse the repository at this point in the history
  • Loading branch information
penyaskito committed Mar 27, 2024
1 parent bc1e420 commit 0d4735c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/commands.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*/

'add' => [
// ..
Symfony\Component\Console\Command\HelpCommand::class,
],

/*
Expand Down Expand Up @@ -87,7 +87,6 @@

// Symfony...
Symfony\Component\Console\Command\DumpCompletionCommand::class,
Symfony\Component\Console\Command\HelpCommand::class,
],

];

0 comments on commit 0d4735c

Please sign in to comment.