Aligned plugin command exec args with args, kwargs

This commit is contained in:
2026-02-24 22:39:07 -06:00
parent 608699c431
commit 6946dde0ad
5 changed files with 15 additions and 5 deletions

View File

@@ -43,7 +43,9 @@ class Plugin(PluginCode):
class Handler:
@staticmethod
def execute(
view: any
view: any,
*args,
**kwargs
):
logger.debug("Command: Toggle Comment")
commenter.keyboard_tggl_comment( view.get_buffer() )