cmd: export AddInvoiceCommand

This commit is contained in:
Oliver Gugger 2024-05-06 15:49:03 +02:00
parent b4be8c24f6
commit a7fa041a0b
No known key found for this signature in database
GPG Key ID: 8E4256593F177720
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import (
"github.com/urfave/cli"
)
var addInvoiceCommand = cli.Command{
var AddInvoiceCommand = cli.Command{
Name: "addinvoice",
Category: "Invoices",
Usage: "Add a new invoice.",

View File

@ -468,7 +468,7 @@ func Main() {
SendPaymentCommand,
payInvoiceCommand,
sendToRouteCommand,
addInvoiceCommand,
AddInvoiceCommand,
lookupInvoiceCommand,
listInvoicesCommand,
ListChannelsCommand,