cmd/lncli: implement cli "getting" call

This commit is contained in:
Olaoluwa Osuntokun
2016-07-05 18:58:41 -07:00
parent c5cc96a524
commit 4d7bd2eb5d
2 changed files with 21 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ func main() {
ListPeersCommand,
WalletBalanceCommand,
ShellCommand,
GetInfoCommand,
}
if err := app.Run(os.Args); err != nil {