doc cleanups
This commit is contained in:
parent
b68ecbbe96
commit
f5a72a3a8f
4 changed files with 47 additions and 57 deletions
|
|
@ -102,7 +102,7 @@ function M.handle_command(opts)
|
|||
if cmd.action == 'interact' then
|
||||
ui.toggle_interactive()
|
||||
elseif cmd.action == 'run' then
|
||||
ui.toggle_run_panel()
|
||||
ui.toggle_run_panel({ debug = false })
|
||||
elseif cmd.action == 'debug' then
|
||||
ui.toggle_run_panel({ debug = true })
|
||||
elseif cmd.action == 'next' then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue