mirror of https://github.com/sbt/sbt.git
Detailed help for the reload command (following project's)
This commit is contained in:
parent
368d94eef8
commit
95b976b6d4
|
|
@ -252,7 +252,18 @@ ProjectsCommand + """
|
|||
def LoadProjectImpl = "loadp"
|
||||
def LoadProject = "reload"
|
||||
def LoadProjectBrief = (LoadProject, LoadProjectDetailed)
|
||||
def LoadProjectDetailed = "(Re)loads the project in the current directory"
|
||||
def LoadProjectDetailed = LoadProject +
|
||||
s"""
|
||||
|
||||
\t(Re)loads the project in the current directory.
|
||||
|
||||
$LoadProject plugins
|
||||
|
||||
\t(Re)loads the plugins project (under project directory).
|
||||
|
||||
$LoadProject return
|
||||
|
||||
\t(Re)loads the root project (and leaves the plugins project)."""
|
||||
|
||||
def InitCommand = "initialize"
|
||||
def InitBrief = (InitCommand, "Initializes command processing.")
|
||||
|
|
|
|||
Loading…
Reference in New Issue