mirror of https://github.com/sbt/sbt.git
rename compile command to avoid conflict with compile task
This commit is contained in:
parent
20cdb2b75b
commit
87842346c6
|
|
@ -145,7 +145,7 @@ DiscoverSyntax + """
|
|||
Classes with one or more of these annotations on the class or one of its non-private methods are included in the resulting list.
|
||||
"""
|
||||
|
||||
def CompileName = "compile"
|
||||
def CompileName = "direct-compile"
|
||||
def CompileBrief = (CompileSyntax, "Incrementally compiles the provided sources.")
|
||||
def CompileSyntax = CompileName + " -src <paths> [-cp <paths>] [-d <path>]"
|
||||
def CompileDetailed =
|
||||
|
|
|
|||
Loading…
Reference in New Issue