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
(It was the only choice earlier, and now it can't even be selected any more?!)
The thing is, it could be handy for some default robustness to survive yet another idiotic CMD "feature" of replacing "=" with space when "helpfully" splitting arg lists into %1 %2... (e.g. an unquoted --arg==1 will become %1=--arg, %2=1)... :-o (%* is unaffected, but then again, it's useless with shift, because it's unaffected also by that. :) )
The text was updated successfully, but these errors were encountered:
xparq
changed the title
WTF, did I really just remove Greedy mode for completely? :-o
WTF, did I really just remove Greedy mode completely? :-o
Nov 25, 2023
(It was the only choice earlier, and now it can't even be selected any more?!)
The thing is, it could be handy for some default robustness to survive yet another idiotic CMD "feature" of replacing "=" with space when "helpfully" splitting arg lists into %1 %2... (e.g. an unquoted --arg==1 will become %1=--arg, %2=1)... :-o (
%*
is unaffected, but then again, it's useless withshift
, because it's unaffected also by that. :) )The text was updated successfully, but these errors were encountered: