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 dcdeefc commit 1df05a2Copy full SHA for 1df05a2
1 file changed
src/Console/ConsoleApplication.php
@@ -80,7 +80,7 @@ public function doRun(InputInterface $input, OutputInterface $output): int
80
$tokens = $privatesAccessor->getPrivateProperty($input, 'tokens');
81
$tokens = array_merge(['process'], $tokens);
82
$privatesAccessor->setPrivateProperty($input, 'tokens', $tokens);
83
- } elseif (! $this->has($commandName)) {
+ } elseif ($commandName !== 'p' && ! $this->has($commandName)) {
84
$this->symfonyStyle->error(
85
sprintf(
86
'The following given path does not match any files or directories: %s%s',
0 commit comments