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
the part before -- is taken as is, and the part after is splitted.
For example:
multi word search -- -flag --another-flag =>
"multi word search", "-flag", "--another-flag"
0 commit comments