mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 15:47:21 +00:00
command/members: API update for columnize
This commit is contained in:
parent
ac4c339765
commit
7cbe3fb139
@ -103,7 +103,7 @@ func (c *MembersCommand) Run(args []string) int {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Generate the columnized version
|
// Generate the columnized version
|
||||||
output, _ := columnize.SimpleFormat(result)
|
output := columnize.SimpleFormat(result)
|
||||||
c.Ui.Output(string(output))
|
c.Ui.Output(string(output))
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user