diff --git a/src/Command/TinkerCommand.php b/src/Command/TinkerCommand.php index a8d5acd..af3cc64 100644 --- a/src/Command/TinkerCommand.php +++ b/src/Command/TinkerCommand.php @@ -70,6 +70,10 @@ public function handle() $this->getCasters() ); + if ($this->input->getOption('execute')) { + $config->setRawOutput(true); + } + $shell = new Shell($config); $shell->addCommands($this->getCommands());