-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] -no-colors and -start-server #1
Comments
Until this option will be implemented by someone, a temporary solution would be to pipe
It will strip the colors from the output, so the output is usable in vim's quickfix window ;). |
This is an interesting one, because the I guess sbt-client could reimplement sbt's |
Thank you @cb372 for answering. I think that sbt-client should accept a config file or a string or read an environment variable with the flags to pass to sbt upon its startup but it's definitely not a high priority feature. |
I have the necessity to log the output of sbt-client to a text file but the color codes used for the output are not easily readable when not viewed in a terminal.
When I use sbt I can pass the
-no-colors
options. Using the same option with sbt-client results in an error:It would be useful to have this option.
Another nice option would be something like
-start-server
to tell sbt-client to start the sbt server right away without waiting as it currently does if sbt is not already running.The text was updated successfully, but these errors were encountered: