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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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},
});