rush-select
rush-select copied to clipboard
Colors?
Really cool project! Pete Gonzalez put me onto it (https://rushstack.zulipchat.com/#narrow/stream/262513-general/topic/Include.20a.20lib.20without.20building.20it.3F/near/219680585)
One thing I would love to see if colored build output.
For example if I:
cd libs/shared
rushx dev
Then I introduce a compile error in one of my ts files I get the following nice error:

But if I rush-select and choose "dev" for "libs/shared" then I get the followng:

Which lacks the coloring and the underlined error.
Thanks for the issue and sorry for late reply! Could you give this version a try?
npm i -g @telia/[email protected]
Its wierd.. Webpack correctly colors now but for some reason TSC doesnt

I wonder if there is a special commandline arg I should be using for TSC when using it inside another command because it does seem to try to take over the console. --pretty maybe?