Skip to content

Commit 0df9fda

Browse files
author
Felix Breidenstein
committed
Fix commandline arguments
1 parent 4cb9759 commit 0df9fda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ func init() {
108108
}
109109

110110
func main() {
111+
flag.Parse()
112+
111113
cfg := readConfigFile()
112114
client := alamos.NewClient(cfg.AlamosHost, cfg.Sender, cfg.Receiver, cfg.Debug)
113115

0 commit comments

Comments
 (0)