first implementation of required fields
This commit is contained in:
parent
e3fad9df06
commit
ce27e88049
3 changed files with 28 additions and 9 deletions
|
|
@ -240,3 +240,6 @@ class ConsoleApplication(BaseApplication):
|
|||
super(ConsoleApplication, klass).run(args)
|
||||
except BackendNotFound, e:
|
||||
logging.error(e)
|
||||
def do(self, function, *args, **kwargs):
|
||||
kwargs['required_fields'] = self.options.select
|
||||
return self.weboob.do(function, *args, **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue