Aligned plugin command exec args with args, kwargs
This commit is contained in:
@@ -57,7 +57,9 @@ class Plugin(PluginCode):
|
||||
class Handler:
|
||||
@staticmethod
|
||||
def execute(
|
||||
view: any
|
||||
view: any,
|
||||
*args,
|
||||
**kwargs
|
||||
):
|
||||
logger.debug("Command: Markdown Preview")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user