Support using an external command for idgames fetching.
This commit is contained in:
parent
00334120b0
commit
6aaa3ea15f
2 changed files with 38 additions and 20 deletions
|
|
@ -42,6 +42,7 @@ class Base(Command):
|
|||
|
||||
def run(self, parsed_args):
|
||||
self.init_base(parsed_args)
|
||||
self.finalize()
|
||||
self.take_action(parsed_args)
|
||||
|
||||
def _init_attr(self, what, default, fn=lambda x: x):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue