This commit is contained in:
jpic 2020-02-15 01:26:50 +01:00
parent 984f09d704
commit df88a1bc0e

View File

@ -128,7 +128,7 @@ class ConsoleScript(cli2.ConsoleScript):
)
return super().__call__(*args, **kwargs)
def call(self, command):
def __call__(self, command):
args = self.parser.funcargs
kwargs = self.parser.funckwargs
breakpoint()