mirror of https://github.com/sbt/sbt.git
Add sbt-house-rules and bintray-sbt
This commit is contained in:
parent
d7b4c00999
commit
dc29953fe8
|
|
@ -34,8 +34,7 @@ object HistoryCommands {
|
|||
Nth -> ("Execute the command with index n, as shown by the " + ListFull + " command"),
|
||||
Previous -> "Execute the nth command before this one",
|
||||
StartsWithString -> "Execute the most recent command starting with 'string'",
|
||||
ContainsString -> "Execute the most recent command containing 'string'"
|
||||
)
|
||||
ContainsString -> "Execute the most recent command containing 'string'")
|
||||
def helpString = "History commands:\n " + (descriptions.map { case (c, d) => c + " " + d }).mkString("\n ")
|
||||
def printHelp(): Unit =
|
||||
println(helpString)
|
||||
|
|
|
|||
|
|
@ -61,8 +61,7 @@ private[sbt] object TypeString {
|
|||
val TypeMap = Map(
|
||||
"java.io.File" -> "File",
|
||||
"java.net.URL" -> "URL",
|
||||
"java.net.URI" -> "URI"
|
||||
)
|
||||
"java.net.URI" -> "URI")
|
||||
|
||||
/**
|
||||
* A Parser that extracts basic structure from the string representation of a type from Manifest.toString.
|
||||
|
|
|
|||
|
|
@ -103,8 +103,7 @@ object Logic {
|
|||
checkAcyclic(clauses)
|
||||
|
||||
problem.toLeft(
|
||||
reduce0(clauses, initialFacts, Matched.empty)
|
||||
)
|
||||
reduce0(clauses, initialFacts, Matched.empty))
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue