When using sbt console I find myself repeatedly entering some import statements. It would be great if there was a way to tell sbt to always run commands. Is there
sbt console
You can use initialCommands:
initialCommands in console := """import my.app._ import my.app.is.sooo.cool._"""