Is it possible to access/use options with multiple words as input? ``` somecommand.php --countries usa gb fr ``` I tried it, but `$hello_cmd['countries']` returns just the first (in this case usa).
Is it possible to access/use options with multiple words as input?
I tried it, but
$hello_cmd['countries']returns just the first (in this case usa).