@@ -0,0 +1,16 @@
package main
import (
"alma/command"
"os"
)
func main() {
commands := []command.Command{
command.LinkCommand{},
command.InfoCommand{},
command.InstallCommand{},
}
run(commands, os.Args[1:])
The note is not visible to the blocked user.