Rename to --debugger

Co-authored-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Eelco Dolstra
2021-02-01 15:50:58 +01:00
committed by GitHub
parent e5662ba652
commit e486996cef

View File

@@ -34,7 +34,7 @@ void StoreCommand::run()
EvalCommand::EvalCommand()
{
addFlag({
.longName = "start-repl-on-eval-errors",
.longName = "debugger",
.description = "start an interactive environment if evaluation fails",
.handler = {&startReplOnEvalErrors, true},
});