We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1b2c0 commit 31b2bebCopy full SHA for 31b2beb
internal/cmd/beta/security-group/list/list.go
@@ -68,6 +68,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
68
69
if items := response.GetItems(); items == nil || len(*items) == 0 {
70
p.Info("No security groups found for project %q", projectLabel)
71
+ } else {
72
if err := outputResult(p, model.OutputFormat, *items); err != nil {
73
return fmt.Errorf("output security groups: %w", err)
74
}
0 commit comments