set default formatter
This commit is contained in:
parent
718618f6a5
commit
61deb66ac8
1 changed files with 1 additions and 0 deletions
|
|
@ -388,6 +388,7 @@ class ReplApplication(Cmd, BaseApplication):
|
|||
if self.options.formatter:
|
||||
self.commands_formatters = {}
|
||||
self.DEFAULT_FORMATTER = self.options.formatter
|
||||
self.set_formatter(self.DEFAULT_FORMATTER)
|
||||
|
||||
if self.options.select:
|
||||
self.selected_fields = self.options.select.split(',')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue