added new cli commands

This commit is contained in:
2021-03-22 16:24:22 +04:00
parent 78dfb37311
commit 380e5afcfe
11 changed files with 273 additions and 107 deletions

View File

@@ -14,4 +14,9 @@ func TestReadIpTable(t *testing.T) {
if err != nil {
t.Fatal(err)
}
err = PrintIpTable()
if err != nil {
t.Fatal(err)
}
}