video_list formatter display count in interactive mode, the full ID otherwise
This commit is contained in:
parent
61deb66ac8
commit
24e3671f27
3 changed files with 8 additions and 2 deletions
|
|
@ -28,6 +28,7 @@ class IFormatter(object):
|
|||
self.display_keys = display_keys
|
||||
self.display_header = display_header
|
||||
self.return_only = return_only
|
||||
self.interactive = False
|
||||
|
||||
def after_format(self, formatted):
|
||||
raise NotImplementedError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue