change table output style
This commit is contained in:
parent
21d37b3a4d
commit
669e688575
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ func RunQueueShow(cmd *cobra.Command, args []string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
t := table.NewWriter()
|
t := table.NewWriter()
|
||||||
t.SetStyle(table.StyleLight)
|
t.SetStyle(table.StyleRounded)
|
||||||
t.SetOutputMirror(os.Stdout)
|
t.SetOutputMirror(os.Stdout)
|
||||||
t.AppendHeader(table.Row{"ID", "Short Name", "URL"})
|
t.AppendHeader(table.Row{"ID", "Short Name", "URL"})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue