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