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,
|
||||
eval,
|
||||
last,
|
||||
oldLastGrep,
|
||||
lastGrep,
|
||||
export,
|
||||
boot,
|
||||
|
|
@ -626,7 +625,6 @@ object BuiltinCommands {
|
|||
s
|
||||
}
|
||||
|
||||
|
||||
def lastGrep: Command =
|
||||
lastGrepCommand(LastGrepCommand, lastGrepBrief, lastGrepDetailed, lastGrepParser)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue