summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-22 07:20:41 -0500
committerJeff Carr <[email protected]>2025-08-28 19:30:35 -0500
commit81885f44834b0f3a20999d8031ed0fc3bf6a0fa5 (patch)
tree53d1facdcc095f225d976e408a394317fc733b47 /main.go
parent9d6bc7fa41df36237f62c989b710561ea71e1388 (diff)
purge devel code
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("")
}