dotfiles/main.go

9 lines
108 B
Go

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