improve some refactors

This commit is contained in:
Barrett Ruth 2025-10-23 11:16:13 -04:00
parent c9d7d51732
commit 114187164e
4 changed files with 17 additions and 3 deletions

View file

@ -109,6 +109,8 @@ function M.handle_command(opts)
if cmd.action == 'interact' then
ui.toggle_interactive(cmd.interactor_cmd)
elseif cmd.action == 'run' then
ui.run_io_view()
elseif cmd.action == 'panel' then
ui.toggle_panel()
elseif cmd.action == 'debug' then
ui.toggle_panel({ debug = true })