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":