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
Allow an option to be passed multiple times, storing the values in an array.
Something like pizza create --topping=cheese --topping=pepperoni would produce toppings: ['cheese', 'pepperoni']. This would require the plural form of a key to be specified.
The text was updated successfully, but these errors were encountered:
Allow an option to be passed multiple times, storing the values in an array.
Something like
pizza create --topping=cheese --topping=pepperoni
would producetoppings: ['cheese', 'pepperoni']
. This would require the plural form of a key to be specified.The text was updated successfully, but these errors were encountered: