diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") |
