Forrest logo
back to the sbt tool

sbt:tldr:1b79a

sbt: List all sbt options.
$ sbt -h
try on your machine

The command "sbt -h" is used to display the help message for the sbt (Simple Build Tool) command-line tool.

When you run the command "sbt -h" in your command prompt or terminal, it will print out a list of available command-line options and their descriptions, which can be useful for understanding and using the sbt tool effectively.

The help message typically includes information about how to use basic sbt commands, such as running tasks, managing project settings, and interacting with the build environment. It may also provide guidance on various options and flags that can be used with the sbt command to customize its behavior.

By referring to the help message, you can quickly get an overview of the available commands and their usage patterns, allowing you to utilize sbt features efficiently and accomplish your build-related tasks effectively.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the sbt tool