From 0ada04df8c61bb95190ebe1b9a5a74b6e5160c37 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 30 Sep 2017 07:26:28 -0700 Subject: [PATCH] cmd/route-httpagent: add flagenv for parsing from environment --- cmd/route-httpagent/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/route-httpagent/main.go b/cmd/route-httpagent/main.go index 3921656..f862c19 100644 --- a/cmd/route-httpagent/main.go +++ b/cmd/route-httpagent/main.go @@ -7,6 +7,7 @@ import ( "git.xeserv.us/xena/route/lib/tun2" "github.com/Xe/ln" + "github.com/facebookgo/flagenv" ) var ( @@ -18,6 +19,7 @@ var ( ) func main() { + flagenv.Parse() flag.Parse() cfg := &tun2.ClientConfig{