summaryrefslogtreecommitdiff
path: root/paths.go
diff options
context:
space:
mode:
Diffstat (limited to 'paths.go')
-rw-r--r--paths.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/paths.go b/paths.go
new file mode 100644
index 0000000..7bd6e1c
--- /dev/null
+++ b/paths.go
@@ -0,0 +1,7 @@
+package main
+
+import (
+ "github.com/spf13/pflag"
+)
+
+var Profile = pflag.StringP("profile", "p", ".", "slay the spire 2 profile folder")