cmd/lncli: implement parsing+dispatching for the new describegraph call

This commit is contained in:
Olaoluwa Osuntokun
2016-12-26 23:52:15 -06:00
parent 1210640e87
commit d70f03435b
2 changed files with 14 additions and 327 deletions

View File

@@ -64,7 +64,7 @@ func main() {
AddInvoiceCommand,
LookupInvoiceCommand,
ListInvoicesCommand,
ShowRoutingTableCommand,
DescribeGraphCommand,
ListChannelsCommand,
ListPaymentsCommand,
}