feat: interactive terminal

This commit is contained in:
Barrett Ruth 2025-09-26 08:28:19 -04:00
parent 6b4dd32683
commit 7efd6404b6
6 changed files with 82 additions and 23 deletions

View file

@ -44,7 +44,7 @@ describe('cp command parsing', function()
package.loaded['cp.state'] = mock_state
local mock_ui_panel = {
toggle_run_panel = function() end,
close_run_panel = function() end,
}
package.loaded['cp.ui.panel'] = mock_ui_panel