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
If I have a StringSlice flag called -f, passing -f "yes, this is all one parameter" will result in []string{"yes", "this is all one parameter"} and I need it to be []string{"yes, this is all one parameter"}
I know this is intended behavior since this commit, but is there a way to make it work the old way?
Thanks!
The text was updated successfully, but these errors were encountered:
If I have a
StringSlice
flag called-f
, passing-f "yes, this is all one parameter"
will result in[]string{"yes", "this is all one parameter"}
and I need it to be[]string{"yes, this is all one parameter"}
I know this is intended behavior since this commit, but is there a way to make it work the old way?
Thanks!
The text was updated successfully, but these errors were encountered: