mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-26 03:11:25 +01:00
Implemented delete nodes (#52)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user