Fix Main.scala referencing oldLastGrep

This commit is contained in:
Eugene Yokota 2022-05-01 03:07:17 -04:00
parent f12a199a1a
commit c4840ec473
1 changed files with 0 additions and 2 deletions

View File

@ -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)