I have the same issue. You can add this to the Telescope configuration file so it doesn't show:
'watchers' => [
\Laravel\Telescope\Watchers\CommandWatcher::class => [
'enabled' => env('TELESCOPE_COMMAND_WATCHER', true),
'ignore' => [
'list',
],
],
],