Skip to content

Commit 634fd6c

Browse files
committed
fixup: added placeholder for client invocation
1 parent 7479aa7 commit 634fd6c

File tree

1 file changed

+2
-0
lines changed
  • internal/cmd/auth/security_group/list

1 file changed

+2
-0
lines changed

internal/cmd/auth/security_group/list/list.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ func executeList(cmd *cobra.Command, p *print.Printer, _ []string) error {
7676
operationState = "Triggered enablement of"
7777
}
7878
p.Info("%s security group for %q\n", operationState, projectLabel)
79+
80+
panic("todo: implement client invocation and output")
7981
return nil
8082
}
8183

0 commit comments

Comments
 (0)