We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba226cc commit 95abf95Copy full SHA for 95abf95
1 file changed
internal/cli/incident.go
@@ -578,9 +578,6 @@ func newIncidentSimilarCmd() *cobra.Command {
578
return cmd
579
}
580
581
-// boolPtr returns a pointer to the given bool value.
582
-func boolPtr(b bool) *bool { return &b }
583
-
584
// parseIntSlice converts a comma-separated string to []int64.
585
func parseIntSlice(s string) ([]int64, error) {
586
if s == "" {
0 commit comments