cmd/lncli: add version command that reads verrpc.GetVersion

This commit is contained in:
Conner Fromknecht
2020-04-09 17:07:05 -07:00
parent 91cd7e633a
commit f93a8ab7d0
4 changed files with 161 additions and 0 deletions

View File

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