package main import ( "os" "github.com/hashicorp/watchtower/internal/cmd" ) func main() { os.Exit(cmd.Run(os.Args[1:])) }