-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
These three places we are fetching data from an API to populate the flag completion values:
| _ = kafkacmdutil.RegisterNameFlagCompletionFunc(cmd, f) |
| _ = kafkacmdutil.RegisterNameFlagCompletionFunc(cmd, f) |
app-services-cli/pkg/cmd/kafka/use/use.go
Line 70 in f255282
| _ = kafkacmdutil.RegisterNameFlagCompletionFunc(cmd, f) |
We are ignoring the error though, which is highly possible. We should log this error in debug mode. It is fine if there is an error as the flag will still work, but it can be a useful addition.
Requires #914 to be completed first.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers