summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.go b/main.go
index c92a7f5..6b0a9f8 100644
--- a/main.go
+++ b/main.go
@@ -8,6 +8,7 @@ import (
"strings"
"github.com/chzyer/readline"
+ "tildegit.org/tjp/sliderule"
)
func main() {
@@ -16,6 +17,12 @@ func main() {
log.Fatal(err)
}
+ if err := getTofuStore(); err != nil {
+ log.Fatal(err)
+ }
+
+ client = sliderule.NewClient(tlsConfig())
+
state := NewBrowserState()
state.Quiet = conf.Quiet
state.Pager = conf.Pager