-
Notifications
You must be signed in to change notification settings - Fork 60
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
sbt-revolver like restart feature #523
Conversation
I wonder if it makes more sense to not have |
|
@cvogt what I meant to say is that the way I parse a command like I like the idea of shortening the whole thing to one word. After all since currently While we're on the subject of looping syntax, to go on a bit of a tangent, have you considered instead of using More relevantly, I don't know if we should spend the word "restart" on this. Let me explain. Let's take a step back from "sbt-revolver" functionality and just question how web development would look without it. Would it make sense for In any case my point is, that if CBT would support running a webapp in the background, then you might want to have a Actually here's an idea then... name the new command (My understanding is that this can handle any subcommand.) Thoughts? |
correct
incorrect. I tried that, but it doesn't work, because it only becomes apparent until after cbt's run which sources will need to be watched. Instead loop actually does the same thing and DOES take The only new thing is that restart will also write the pid of the process into a file and loop now kills all processes listed in that file before running the task again. So it really works like your intuition reads the commands if I am not mistaken. Not 100% sold on loop either, but following your reasoning about intuition I like Regarding |
I think dropping to bash is fine even when a process keeps running and that solves the question about how to call other cbt tasks in the mean time |
No description provided.