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
Post-parse comma-separated flag --populated-labels: Depending on how the flag was passed and the environment in which the command-line interface (CLI) was running, the Cobra flags library did not properly separate the values when they were divided by commas. This issue did not occur when setting the flag multiple times with just one value per setting. To address this, we now perform post-processing on the flag to ensure that commas are consistently used as separators as expected.