mirror of https://github.com/sbt/sbt.git
Updated Server Client level API (markdown)
parent
3f4423f430
commit
c82b771869
|
|
@ -54,8 +54,8 @@ trait SbtClient extends Closeable {
|
|||
* @return A set of "completion" strings that could be used as sbt commands. These
|
||||
* completions are triples of:
|
||||
* - the string to append
|
||||
* - the string to display to users
|
||||
* - a flag?
|
||||
* - the the full token being completed (for display to users)
|
||||
* - a flag denoting if this completion is for an empty string.
|
||||
*/
|
||||
def possibleAutocompletions(partialCommand: String, detailLevel: Int): Future[Set[Completion]]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue