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
This was causing issues with options such as "--foo xyz --bar baz"
as they were being parsed as ["--foo", "xyz ", "--bar", "baz"]
(note the extra space). This becomes problematic when the arguments
are filesystem paths.
0 commit comments