diff --git a/src/Console/TinkerCommand.php b/src/Console/TinkerCommand.php index 95d4c09..9c12158 100644 --- a/src/Console/TinkerCommand.php +++ b/src/Console/TinkerCommand.php @@ -52,6 +52,10 @@ public function handle() $this->getCasters() ); + if ($this->option('execute')) { + $config->setRawOutput(true); + } + $shell = new Shell($config); $shell->addCommands($this->getCommands()); $shell->setIncludes($this->argument('include'));