I added this line to the config, ```php 'commands' => [ // ... 'Tinker' => Command::from('php artisan tinker')->interactive(), ] ``` the interactive mode is very bad