cmd/lncli: add key word argument support for new disconnect cmd

This commit is contained in:
Olaoluwa Osuntokun
2017-05-05 15:54:25 -07:00
parent 4b15310c08
commit ab007bb918
2 changed files with 17 additions and 5 deletions

View File

@@ -57,6 +57,7 @@ func main() {
sendManyCommand,
sendCoinsCommand,
connectCommand,
disconnectCommand,
openChannelCommand,
closeChannelCommand,
listPeersCommand,
@@ -78,7 +79,6 @@ func main() {
debugLevelCommand,
decodePayReqComamnd,
listChainTxnsCommand,
disconnectCommand,
}
if err := app.Run(os.Args); err != nil {