mirror of https://github.com/sbt/sbt.git
update 'apply' help string to include -cp option
This commit is contained in:
parent
1d18532bf0
commit
912948f5c8
|
|
@ -54,9 +54,10 @@ ReadCommand + ReadFiles + """
|
|||
|
||||
def ApplyCommand = "apply"
|
||||
def ApplyDetailed =
|
||||
ApplyCommand + """ <module-name>*
|
||||
ApplyCommand + """ [-cp|-classpath <classpath>] <module-name>*
|
||||
Transforms the current State by calling <module-name>.apply(currentState) for each listed module name.
|
||||
Here, currentState is of type sbt.State.
|
||||
If a classpath is provided, modules are loaded from a new class loader for this classpath.
|
||||
"""
|
||||
|
||||
def RebootCommand = "reboot"
|
||||
|
|
|
|||
Loading…
Reference in New Issue