summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index 7b14246..661c115 100644
--- a/main.go
+++ b/main.go
@@ -25,6 +25,7 @@ func main() {
// fmt.Println("hello world")
tmp := myargs.Description()
fmt.Println(tmp)
+ fmt.Println(myargs.Version())
os.Exit(0)
}
@@ -41,7 +42,7 @@ func main() {
b := gui.RawBox()
rv = repolist.AutotypistView(b)
- // clone(myargs.Repo)
+ os.Setenv("REPO_AUTO_CLONE", "true")
rv.NewRepo(myargs.Repo)
// rv.NewRepo("go.wit.com/apps/helloworld")