From 4394bb15a56b5a4fe2170e5370c0db0853235200 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 30 Sep 2017 08:39:43 -0700 Subject: [PATCH] cmd/route: render this table --- cmd/route/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/route/main.go b/cmd/route/main.go index 6459a2c..07808bf 100644 --- a/cmd/route/main.go +++ b/cmd/route/main.go @@ -217,6 +217,8 @@ func main() { table.Append([]string{r.Id, r.Host}) } + table.Render() + return case "route rm":