Skip to content

Commit b1915cc

Browse files
committed
Added ignoreHelp on composer command to not catch -h option
1 parent 8720938 commit b1915cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PzSymfonyModule.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ protected function configure(): void
4444
InputOption::VALUE_REQUIRED,
4545
'Docker Compose environment file defined in ".pz.yaml"',
4646
'dev',
47-
);
47+
)
48+
->ignoreHelp();
4849
}
4950

5051
public function getProcess(

0 commit comments

Comments
 (0)