Skip to content

Commit

Permalink
fix: P/R/C reporting in argo list -o wide. Fixes #9281 (#9874)
Browse files Browse the repository at this point in the history
Signed-off-by: aditya-shrivastava <aditya.shrivastava251@gmail.com>
  • Loading branch information
aditya-shrivastava authored Oct 21, 2022
1 parent 6c432d2 commit ec51629
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/argo/commands/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ func (f listFlags) displayFields() string {
return nameFields
case "json", "yaml":
return ""
case "wide":
return ""
default:
return defaultFields
}
Expand Down

0 comments on commit ec51629

Please sign in to comment.