You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lots of CLI scripts allow multiple instances of a 'flag' (as opposed to an option) to be passed.
eg: $ command.php -p primary -a first-alternate -a second-alternate -a third-alternate -c third-option
Commando doesn't seem to allow this, but it would be very useful if anyone was going to look into it?
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).The text was updated successfully, but these errors were encountered: