Perintah Laravel mengambil opsi tertentu
// Retrieve a specific option...
$queueName = $this->option('queue');
// Retrieve all options...
$options = $this->options();
Tiago F2