summaryrefslogtreecommitdiff
path: root/paths.go
blob: 7bd6e1c96942c9dfc08159e625daf6620c3514de (plain)
1
2
3
4
5
6
7
package main

import (
	"github.com/spf13/pflag"
)

var Profile = pflag.StringP("profile", "p", ".", "slay the spire 2 profile folder")