option('pubkey'); if (empty($pubkey)) { $this->error('Please provide a pubkey'); return; } $this->fetchProfile([$pubkey]); } }