Skip to content

Commit

Permalink
chore: Parameter listing cmd default adding scope column (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyrk committed Jun 29, 2022
1 parent a06bea7 commit ea7f9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/parameterslist.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func parameterList() *cobra.Command {
return err
},
}
cmd.Flags().StringArrayVarP(&columns, "column", "c", []string{"name", "source_scheme", "destination_scheme"},
cmd.Flags().StringArrayVarP(&columns, "column", "c", []string{"name", "scope", "destination_scheme"},
"Specify a column to filter in the table.")
return cmd
}

0 comments on commit ea7f9e2

Please sign in to comment.