Skip to content

Commit

Permalink
updated colour flag help mexxage
Browse files Browse the repository at this point in the history
  • Loading branch information
NimbleArchitect committed Feb 3, 2023
1 parent 9cddbc0 commit cb5f92e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,7 @@ func addCommonFlags(cmdObj *cobra.Command) {
cmdObj.Flags().StringP("annotation", "", "", `Show the selected annotation as a column`)
cmdObj.Flags().StringP("filename", "f", "", `read pod information from this yaml file instead`)
cmdObj.Flags().StringP("columns", "", "", `list of column names to show in the table output, all other columns are hidden`)
cmdObj.Flags().StringP("color", "", "", `colour columns in the table output`)

cmdObj.Flags().StringP("color", "", "", `Colour columns in the table output. string can be one of: columns, errors, mix, none`)
}

func processCommonFlags(cmd *cobra.Command) (commonFlags, error) {
Expand Down

0 comments on commit cb5f92e

Please sign in to comment.