scala/sbt/helloWorld/target/.history
run
exit
run
exit
run
~compile
run
help
help run
console
run
~ compile
~run
r clean Deletes all generated files (in the target directory).
compile Compiles the main sources (in src/main/scala and src/main/java directories).
test Compiles and runs all tests.
console Starts the Scala interpreter with a classpath including the compiled sources and all dependencies. To return to sbt, type :quit, Ctrl+D (Unix), or Ctrl+Z (Windows).
run <argument>* Runs the main class for the project in the same virtual machine as sbt.
package Creates a jar file containing the files in src/main/resources and the classes compiled from src/main/scala and src/main/java.
help <command> Displays detailed help for the specified command. If no command is provided, displays brief descriptions of all commands.
reload Reloads the build definition (build.sbt, project/*.scala, project/*.sbt files). Needed if you change the build definition.
console Starts the Scala interpreter with a classpath including the compiled sources and all dependencies. To return to sbt, type :quit, Ctrl+D (Unix), or Ctrl+Z (Windows).quit
quit
:quit
exit
r clean Deletes all generated files (in the target directory).
run
inspect full-classpath
inspect name
inspect unmanaged-base
inspect libraryDependendies
inspect libraryDependencies
inspect library-dependencies
inspect resolvers