cmd/route: render this table

This commit is contained in:
Cadey Ratio 2017-09-30 08:39:43 -07:00
parent d0d159f521
commit 4394bb15a5
No known key found for this signature in database
GPG Key ID: D607EE27C2E7F89A
1 changed files with 2 additions and 0 deletions

View File

@ -217,6 +217,8 @@ func main() {
table.Append([]string{r.Id, r.Host})
}
table.Render()
return
case "route rm":