Merge "Use _pretty_list instead of _pretty_print"
This commit is contained in:
@@ -227,7 +227,7 @@ class VersionCommands(common.AuthedCommandsBase):
|
|||||||
def list(self):
|
def list(self):
|
||||||
"""List all the supported versions"""
|
"""List all the supported versions"""
|
||||||
self._require('url')
|
self._require('url')
|
||||||
self._pretty_print(self.dbaas.versions.index, self.url)
|
self._pretty_list(self.dbaas.versions.index, self.url)
|
||||||
|
|
||||||
|
|
||||||
COMMANDS = {'auth': common.Auth,
|
COMMANDS = {'auth': common.Auth,
|
||||||
|
|||||||
Reference in New Issue
Block a user