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
I wanted to find KEPs for my sig that didn't yet have a stage so I could
clean them up, which is why I now know that way cobra implements
StringSliceVar is slightly non-intuitive:
- `--stage ""` becomes `[]string{}`
- `--stage "",""` becomes `[]string{"",""}`
It seemed nicer to support `--stage none` as a sentinel value
0 commit comments