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.
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