From df88a1bc0ea39d6819fa608ce783cb7f34d9c40e Mon Sep 17 00:00:00 2001 From: jpic Date: Sat, 15 Feb 2020 01:26:50 +0100 Subject: [PATCH] fixitall --- shlax/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shlax/cli.py b/shlax/cli.py index 4a3e42f..40419c6 100644 --- a/shlax/cli.py +++ b/shlax/cli.py @@ -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()