diff --git a/src/Plugins/Configuration.php b/src/Plugins/Configuration.php index acae8fb4..a41a8fe0 100644 --- a/src/Plugins/Configuration.php +++ b/src/Plugins/Configuration.php @@ -34,7 +34,7 @@ final class Configuration implements HandlesArguments, Terminable */ public function handleArguments(array $arguments): array { - if ($this->hasArgument('--configuration', $arguments) || $this->hasCustomConfigurationFile()) { + if ($this->hasArgument('--configuration', $arguments) || $this->hasArgument('-c', $arguments) || $this->hasCustomConfigurationFile()) { return $arguments; }