Updated Server Client level API (markdown)

Josh Suereth 2014-01-21 09:36:03 -08:00
parent 3f4423f430
commit c82b771869
1 changed files with 2 additions and 2 deletions

@ -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]]