mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Simplify table output column header names
This commit is contained in:
parent
aeba258ef8
commit
00f4a206e4
@ -37,7 +37,7 @@ var endpointGroupListCmd = &cobra.Command{
|
||||
} else {
|
||||
// Print all endpoint group fields as a table
|
||||
writer, err := common.NewTabWriter([]string{
|
||||
"ENDPOINT GROUP ID",
|
||||
"ID",
|
||||
"NAME",
|
||||
"DESCRIPTION",
|
||||
})
|
||||
|
@ -53,7 +53,7 @@ var endpointListCmd = &cobra.Command{
|
||||
} else {
|
||||
// Print all endpoint fields as a table
|
||||
writer, err := common.NewTabWriter([]string{
|
||||
"ENDPOINT ID",
|
||||
"ID",
|
||||
"NAME",
|
||||
"TYPE",
|
||||
"URL",
|
||||
|
@ -73,7 +73,7 @@ var stackListCmd = &cobra.Command{
|
||||
} else {
|
||||
// Print all stack fields as a table
|
||||
writer, err := common.NewTabWriter([]string{
|
||||
"STACK ID",
|
||||
"ID",
|
||||
"NAME",
|
||||
"TYPE",
|
||||
"ENDPOINT ID",
|
||||
|
Loading…
Reference in New Issue
Block a user