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
Annotation overrides for StringSlice arguments assume a json encoding instead of using the space delimited behavior used in the arguments and environment variables.
Let's make arguments parse in a more consistent manner.
Straw proposal
Arguments of cobra StringSlice type use CSV styled space delimited in al contexts.
Arguments of cobra StringArray type are parsed in ENV and annotation as a json array of strings, if not parsable as json assume its a single string.
The text was updated successfully, but these errors were encountered:
Problem
Annotation overrides for StringSlice arguments assume a json encoding instead of using the space delimited behavior used in the arguments and environment variables.
Let's make arguments parse in a more consistent manner.
Straw proposal
The text was updated successfully, but these errors were encountered: