@@ -10,7 +10,7 @@ import (
func main() {
ctx, can := signal.NotifyContext(context.Background(), syscall.SIGINT)
defer can()
if err := cmd.Main(ctx); err != nil {
if err := cmd.Run(ctx); err != nil {
panic(err)
}
The note is not visible to the blocked user.