mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-11 14:48:14 +01:00
cmd/lncli: add key word argument support for new disconnect cmd
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user