fix: rename run panel to panel

This commit is contained in:
Barrett Ruth 2025-10-23 09:54:55 -04:00
parent c29ec1c6b0
commit 018d801121
9 changed files with 53 additions and 54 deletions

View file

@ -12,7 +12,6 @@ local user_config = {}
local config = nil
local initialized = false
--- Root handler for all `:CP ...` commands
---@return nil
function M.handle_command(opts)
local commands = require('cp.commands')