@@ -0,0 +1,15 @@
package main
import (
"fmt"
"os"
"github.com/Pterodactyl/wings/command"
)
func main() {
if err := command.RootCommand.Execute(); err != nil {
fmt.Println(err)
os.Exit(1)
}
The note is not visible to the blocked user.