Skip to content

Commit

Permalink
Add comment abobut autcompletion, and some TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Mar 19, 2015
1 parent 0167878 commit c3e43d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/scala/com/typesafe/sbt/SbtGit.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ object SbtGit {
}

// the parser providing auto-completion for git command
// Note: This isn't an exact parser for git, it just tries to make it more convenient in sbt with a modicum of autocomplete.
// Ideally we'd use the bash autocompletion scripts or zsh ones for full and complete information, but this actually
// gives us a lot of bang for the buck.
def fullCommand(state: State) = {
val extracted = Project.extract(state)
import extracted._
Expand Down

0 comments on commit c3e43d7

Please sign in to comment.