func Execute()

in cmd/ply.go [32:37]


func Execute() {
	if err := PlyCmd.Execute(); err != nil {
		fmt.Println(err)
		os.Exit(1)
	}
}