diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-02-01 15:50:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-01 15:50:58 +0100 |
commit | e486996cef871337ef14991e709d7f2cc6611e4e (patch) | |
tree | ccf9da0c5ed81432599b9bbfd0b51b2182a8d014 /src/nix | |
parent | e5662ba6525c27248d57d8265e9c6c3a46f95c7e (diff) |
Rename to --debugger
Co-authored-by: Domen Kožar <domen@dev.si>
Diffstat (limited to 'src/nix')
-rw-r--r-- | src/nix/command.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/command.cc b/src/nix/command.cc index 8b69948b6..c2bd5b13c 100644 --- a/src/nix/command.cc +++ b/src/nix/command.cc @@ -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}, }); |