summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go13
1 files changed, 1 insertions, 12 deletions
diff --git a/main.go b/main.go
index 699f5d8..4e45f57 100644
--- a/main.go
+++ b/main.go
@@ -32,19 +32,8 @@ func main() {
os.Setenv("FORGE_GOSRC", "/home/forge")
}
- if argv.Init != nil {
- doInit()
- okExit("")
- }
-
if argv.List != nil {
- exit(doList())
- okExit("")
- }
-
- // forge = forgepb.Init()
- if argv.Pull != nil {
- doPull()
+ doList()
okExit("")
}