Results 13 comments of Pedro Zaroni

Not sure if I'm doing something wrong, but not even `MELOS_ROOT_PATH` is set for me. Tried running both via melos script or directly on the terminal: ```sh melos exec --...

That's awesome to hear, @drodil! Thanks a lot for it! 🎉

Also experiencing this. One workaround I've found is to clear the terminal before calling `chooseOne` or `chooseAny`. Something like this: ```dart const clearTerminal = '\x1B[2J\x1B[0;0H'; _logger.info(clearTerminal); ```