Skip to content

Commit

Permalink
fix: P/R/C reporting in argo list -o wide. Fixes argoproj#9281 (argop…
Browse files Browse the repository at this point in the history
…roj#9874)

Signed-off-by: aditya-shrivastava <[email protected]>
Signed-off-by: juchao <[email protected]>
  • Loading branch information
aditya-shrivastava authored and juchaosong committed Nov 3, 2022
1 parent e6ec60b commit b1c2b0b
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 b1c2b0b

Please sign in to comment.