cmd/route: render this table
This commit is contained in:
parent
d0d159f521
commit
4394bb15a5
|
@ -217,6 +217,8 @@ func main() {
|
|||
table.Append([]string{r.Id, r.Host})
|
||||
}
|
||||
|
||||
table.Render()
|
||||
|
||||
return
|
||||
|
||||
case "route rm":
|
||||
|
|
Loading…
Reference in New Issue