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
If I run batman -w -a bash it correctly shows me all bash locations in my PATH. But if I combine the flags, it only obeys the first flag in the list and ignores the rest, meaning it treats batman -wa bash the same as batman -w bash (just shows one location) and batman -aw bash the same thing as batman -a bash.
The text was updated successfully, but these errors were encountered:
If I run
batman -w -a bash
it correctly shows me allbash
locations in myPATH
. But if I combine the flags, it only obeys the first flag in the list and ignores the rest, meaning it treatsbatman -wa bash
the same asbatman -w bash
(just shows one location) andbatman -aw bash
the same thing asbatman -a bash
.The text was updated successfully, but these errors were encountered: