mirror of https://github.com/sbt/sbt.git
update help for 'iflast'
This commit is contained in:
parent
f462cda1fb
commit
f6bd013cd3
|
|
@ -201,8 +201,12 @@ OnFailure + """ command
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def IfLast = "iflast"
|
def IfLast = "iflast"
|
||||||
def IfLastBrief = (IfLast + " command", IfLastDetailed)
|
def IfLastBrief = (IfLast + " command", IfLastCommon)
|
||||||
def IfLastDetailed = "If there are no more commands after this one, 'command' is run."
|
def IfLastCommon = "If there are no more commands after this one, 'command' is run."
|
||||||
|
def IfLastDetailed =
|
||||||
|
IfLast + """ command
|
||||||
|
|
||||||
|
""" + IfLastCommon
|
||||||
|
|
||||||
def InitCommand = "initialize"
|
def InitCommand = "initialize"
|
||||||
def InitBrief = (InitCommand, "Initializes command processing.")
|
def InitBrief = (InitCommand, "Initializes command processing.")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue