mention that multiple "tab" presses add verbosity to completions

Havoc Pennington 2011-10-18 15:20:04 -04:00
parent 3a053c9c59
commit 50ec706e25
1 changed files with 7 additions and 0 deletions

@ -84,6 +84,13 @@ Here are some of the most common sbt commands. For a more complete list, see [[F
Reloads the build definition (`build.sbt`, `project/*.scala`,
`project/*.sbt` files). Needed if you change the build definition.
## Tab completion
Interactive mode has tab completion, including at an empty
prompt. A special sbt convention is that pressing tab once may
show only a subset of most likely completions, while pressing it
more times shows more verbose choices.
## History Commands
Interactive mode remembers history, even if you exit sbt and restart it.