Allowing Commands to reconfigure app Configuration, this is will allow default ports to be currently added to remote presets
This commit is contained in:
@@ -43,7 +43,8 @@ func main() {
|
||||
len(os.Getenv("SSHWIFTY_DEBUG")) > 0, application.Name, os.Stderr)).
|
||||
Run(configuration.Redundant(configLoaders...),
|
||||
application.DefaultProccessSignallerBuilder,
|
||||
controller.Builder(commands.New()))
|
||||
commands.New(),
|
||||
controller.Builder)
|
||||
|
||||
if e == nil {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user