mirror of https://github.com/sbt/sbt.git
It can be useful for plugin and build authors to have access to some of the virtual terminal properties. For instance, when writing a task that needs a password, the author may wish to put the terminal in raw mode with echo disabled. This commit introduces a new Terminal trait at the sbt level and a corresponding task, terminal, that provides a basic terminal api. The Terminal returned by the terminal task will correspond to the terminal that initiated the task so that it should work with sbtn as well as in console mode. |
||
|---|---|---|
| .. | ||
| util-collection | ||
| util-complete | ||
| util-control | ||
| util-interface/src/main/java/xsbti | ||
| util-logging | ||
| util-logic/src | ||
| util-position/src | ||
| util-relation/src | ||
| util-scripted/src/main | ||