Skip to content

Commit 2987e76

Browse files
committed
Device delete - print success feedback
1 parent 4e2b0a3 commit 2987e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/device/delete.go

+1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ func runDeleteCommand(cmd *cobra.Command, args []string) error {
3232
return err
3333
}
3434

35+
fmt.Println("Device successfully deleted")
3536
return nil
3637
}

0 commit comments

Comments
 (0)