forked from lix-project/lix
Rename to --debugger
Co-authored-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
e5662ba652
commit
e486996cef
|
@ -34,7 +34,7 @@ void StoreCommand::run()
|
||||||
EvalCommand::EvalCommand()
|
EvalCommand::EvalCommand()
|
||||||
{
|
{
|
||||||
addFlag({
|
addFlag({
|
||||||
.longName = "start-repl-on-eval-errors",
|
.longName = "debugger",
|
||||||
.description = "start an interactive environment if evaluation fails",
|
.description = "start an interactive environment if evaluation fails",
|
||||||
.handler = {&startReplOnEvalErrors, true},
|
.handler = {&startReplOnEvalErrors, true},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue