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
[gh-11363] Java parser outputs single line with quoted arguments
Instead of outputting one argument per line (which still causes pipe
interpretation issues in batch for loops), output a single line with
each argument already quoted. This is much simpler and avoids all
batch script parsing issues.
Quotes in arguments are escaped by doubling them (batch convention).
0 commit comments