Allowing Commands to reconfigure app Configuration, this is will allow default ports to be currently added to remote presets
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
// New creates a new commands group
|
||||
func New() command.Commands {
|
||||
return command.Commands{
|
||||
newTelnet,
|
||||
newSSH,
|
||||
command.Register(newTelnet, parseTelnetConfig),
|
||||
command.Register(newSSH, parseSSHConfig),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user