plus remove usage of ancient builtin `println` 🙀
@@ -11,8 +11,8 @@
// Name: "greet",
// Usage: "say a greeting",
// Action: func(c *cli.Context) error {
// println("Greetings")
// return nil
// fmt.Println("Greetings")
// },
// }
//
The note is not visible to the blocked user.