package main import "github.com/haunt98/dotfiles/pkg/cli" func main() { app := cli.NewApp() app.Run() }