@ -59,7 +59,7 @@ type Action func(name string)
func (a App) Run(command string) {
for _, c := range a.Commands {
if(c.Name == command) {
if c.Name == command {
c.Action(command)
}
The note is not visible to the blocked user.