stmux
stmux copied to clipboard
`-e <regex>` option not working
Simple example:
npx stmux -- [ -e i_like_pancakes "yes Error" ]
- expected: Should not be red, because nothing on the console matches our regex
- actual: Is red.
LMK if you don't have time to fix this, I might be able to raise a PR
Side issue - the error detection doesn't play nice with tsc since it prints "Found 0 errors." and it is possible but not obvious how to write a regex that matches non-zero numbers. Feature request - allow multiple regexes like: -e Error -e "! 0 errors"
Yes, I'm ultra busy, so I would be glad if you could provide a PR...