Implemented delete nodes (#52)
This commit is contained in:
parent
f3139d26c8
commit
9ca2ae7fc5
4 changed files with 38 additions and 6 deletions
|
@ -73,6 +73,7 @@ func main() {
|
|||
|
||||
cli.NodeCmd.AddCommand(cli.ListNodesCmd)
|
||||
cli.NodeCmd.AddCommand(cli.RegisterCmd)
|
||||
cli.NodeCmd.AddCommand(cli.DeleteCmd)
|
||||
|
||||
cli.RoutesCmd.AddCommand(cli.ListRoutesCmd)
|
||||
cli.RoutesCmd.AddCommand(cli.EnableRouteCmd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue