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
CR: Fix --issue-type option to handle single values
Commander.js returns a string for single values and an array for
multiple values with variadic options. Normalize to array before
iterating to prevent iterating over characters of a string.
0 commit comments