CLI Feedback
I have found gh gpg-key delete command probably discards error mistakenly here:
|
err = deleteGPGKey(httpClient, host, id) |
|
if err != nil { |
|
return nil |
|
} |
I've found it by just reading some snippets of code so I have not encountered any problems.
I'm also suspicious about watch but I'm not sure whether it's intentional or not.
|
if err != nil { |
|
return nil |
|
} |
CLI Feedback
I have found
gh gpg-key deletecommand probably discards error mistakenly here:cli/pkg/cmd/gpg-key/delete/delete.go
Lines 92 to 95 in 94fbbdf
I've found it by just reading some snippets of code so I have not encountered any problems.
I'm also suspicious about
watchbut I'm not sure whether it's intentional or not.cli/pkg/cmd/run/watch/watch.go
Lines 175 to 177 in 94fbbdf