doc cleanups

This commit is contained in:
Barrett Ruth 2025-10-05 12:32:43 -04:00
parent b68ecbbe96
commit f5a72a3a8f
4 changed files with 47 additions and 57 deletions

View file

@ -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