rustyewtrunk-rs

How to quit "trunk serve" Rust


I just started using rust for the web and I have run into a problem where once I call trunk serve I do not know how to stop it.

this must sound like the whole unable to quit vim meme...


Solution

  • Use Ctrl+C. Its the standard way to signal a running command-line tool to exit and I don't think trunk serve understands anything else.