override complete() to change the behaviour of Cmd completion
This commit is contained in:
parent
d0730472d8
commit
0eba4302a5
4 changed files with 34 additions and 17 deletions
|
|
@ -322,4 +322,4 @@ class ConsoleApplication(BaseApplication):
|
|||
Call Weboob.do(), after having filled the yielded object, if selected fields are given by user.
|
||||
"""
|
||||
|
||||
return self.weboob.do(self._complete, self.options.count, self.selected_fields, function, *args, **kwargs)
|
||||
return self.weboob.do(self._do_complete, self.options.count, self.selected_fields, function, *args, **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue