lncli: add querymc command

Adds querymc command to lncli to dump mission control state.
This commit is contained in:
Joost Jager
2019-05-10 10:39:16 +02:00
parent f7982f0f4c
commit 9b71d90a6e
4 changed files with 80 additions and 0 deletions

View File

@@ -303,6 +303,7 @@ func main() {
// Add any extra autopilot commands determined by build flags.
app.Commands = append(app.Commands, autopilotCommands()...)
app.Commands = append(app.Commands, invoicesCommands()...)
app.Commands = append(app.Commands, routerCommands()...)
if err := app.Run(os.Args); err != nil {
fatal(err)