mirror of https://github.com/sbt/sbt.git
Merge pull request #6889 from eed3si9n/wip/oldLastGrep
Fix Main.scala referencing oldLastGrep
This commit is contained in:
commit
3a9a384035
|
|
@ -329,7 +329,6 @@ object BuiltinCommands {
|
||||||
startServer,
|
startServer,
|
||||||
eval,
|
eval,
|
||||||
last,
|
last,
|
||||||
oldLastGrep,
|
|
||||||
lastGrep,
|
lastGrep,
|
||||||
export,
|
export,
|
||||||
boot,
|
boot,
|
||||||
|
|
@ -626,7 +625,6 @@ object BuiltinCommands {
|
||||||
s
|
s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
def lastGrep: Command =
|
def lastGrep: Command =
|
||||||
lastGrepCommand(LastGrepCommand, lastGrepBrief, lastGrepDetailed, lastGrepParser)
|
lastGrepCommand(LastGrepCommand, lastGrepBrief, lastGrepDetailed, lastGrepParser)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue