[P2604] Agregando esqueleto del subcomando 'network' en CLI principal
This commit is contained in:
@@ -119,6 +119,8 @@ class ADNCLI
|
||||
ADN::SubcomandoProceso.new(args, @logger).ejecutar
|
||||
when 'estados'
|
||||
ADN::SubcomandoEstados.new(args, @logger).ejecutar
|
||||
when 'network'
|
||||
ADN::SubcomandoNetwork.new(args, @logger).ejecutar
|
||||
when 'tailscale', 'ts'
|
||||
ADN::SubcomandoTailscale.new(args, @logger).ejecutar
|
||||
when 'inicio'
|
||||
|
||||
Reference in New Issue
Block a user