Skip to content

Commit ea7f9e2

Browse files
authored
chore: Parameter listing cmd default adding scope column (#2718)
1 parent a06bea7 commit ea7f9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/parameterslist.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func parameterList() *cobra.Command {
7474
return err
7575
},
7676
}
77-
cmd.Flags().StringArrayVarP(&columns, "column", "c", []string{"name", "source_scheme", "destination_scheme"},
77+
cmd.Flags().StringArrayVarP(&columns, "column", "c", []string{"name", "scope", "destination_scheme"},
7878
"Specify a column to filter in the table.")
7979
return cmd
8080
}

0 commit comments

Comments
 (0)