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
|
|
@ -881,6 +881,8 @@ class ReplApplication(Cmd, BaseApplication):
|
|||
self.formatter.display_header = False
|
||||
if self.options.no_keys:
|
||||
self.formatter.display_keys = False
|
||||
if self.interactive:
|
||||
self.formatter.interactive = True
|
||||
return name
|
||||
|
||||
def set_formatter_header(self, string):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue