lncli: add new profile commands

We add a new 'profile' sub command to lncli to manage pre-defined
configuration profiles for all of lncli's CLI flags.
This commit is contained in:
Oliver Gugger
2020-09-04 16:06:09 +02:00
parent e2c14edd7b
commit 10f73b3b91
2 changed files with 450 additions and 0 deletions

View File

@ -307,6 +307,7 @@ func main() {
printMacaroonCommand,
trackPaymentCommand,
versionCommand,
profileSubCommand,
}
// Add any extra commands determined by build flags.