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 3d0f111 commit d6160f1Copy full SHA for d6160f1
internal/cmd/beta/cdn/distribution/list/list.go
@@ -50,7 +50,7 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
50
),
51
52
RunE: func(cmd *cobra.Command, args []string) error {
53
- ctx := context.Background() // should this be cancellable?
+ ctx := context.Background()
54
55
model, err := parseInput(params.Printer, cmd, args)
56
if err != nil {
0 commit comments