mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
Rename to --debugger
Co-authored-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
e5662ba652
commit
e486996cef
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue