mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
revise command help
This commit is contained in:
parent
3aaf02839f
commit
f5757a0804
1 changed files with 2 additions and 1 deletions
|
@ -497,7 +497,8 @@ bool NixRepl::processLine(std::string line)
|
|||
<< " :d <cmd> Debug mode commands\n"
|
||||
<< " :d stack Show trace stack\n"
|
||||
<< " :d env Show env stack\n"
|
||||
<< " :d show <idx> Show current trace, or change to call stack index\n"
|
||||
<< " :d show Show current trace\n"
|
||||
<< " :d show <idx> Change to another trace in the stack\n"
|
||||
<< " :d go Go until end of program, exception, or builtins.break().\n"
|
||||
<< " :d step Go one step\n"
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue