improve some refactors
This commit is contained in:
parent
c9d7d51732
commit
114187164e
4 changed files with 17 additions and 3 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue