about summary refs log tree commit diff
path: root/src/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.go b/src/main.go
index 50e8d8d..ce29777 100644
--- a/src/main.go
+++ b/src/main.go
@@ -3,5 +3,7 @@ package main
 import "fmt"
 
 func main() {
+	registerFlags()
+
 	fmt.Println("vim-go")
 }