bat-extras icon indicating copy to clipboard operation
bat-extras copied to clipboard

`batman` does not handle combined short flags (e.g. `-wa`)

Open lilyball opened this issue 3 years ago • 1 comments

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.

lilyball avatar Feb 02 '22 22:02 lilyball

Sorry for the delay! This issue slipped through the cracks.

Fixed in f192b7a7d8633546adca6754b65554c22fefd42f.

eth-p avatar Sep 19 '23 17:09 eth-p