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
fix(cvs): fix argument parsing (regression by d0a0eb5)
In commit d0a0eb5, [[ ! $mode ]] in completions/cvs is converted to
[[ ! -v mode ]]. However, the code two lines above, mode="", which
intended to turn [[ ! $mode ]] true, became not working by this
change. This commit tries to fix it.
0 commit comments