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 d85b7fb commit fe65ae7Copy full SHA for fe65ae7
src/Console/Command/Install.php
@@ -46,7 +46,9 @@ protected function configure(): void
46
->addArgument(
47
'hook',
48
InputArgument::OPTIONAL,
49
- 'Limit the hook you want to install. By default all hooks get installed.'
+ 'Limit the hooks you want to install. ' .
50
+ 'You can specify multiple hooks with comma as delimiter. ' .
51
+ 'By default all hooks get installed.'
52
)
53
->addOption(
54
'force',
0 commit comments