cmd/lncli: move commands and export

We want to export some of our CLI code to re-use in other projects. But
in Golang you cannot import code from a `main` package.
So we need to move the actual code into its own package and only have
the `func main()` in the `main` package.
This commit is contained in:
Oliver Gugger
2024-08-23 10:57:59 +02:00
parent 75477c8896
commit 22a3988222
43 changed files with 841 additions and 674 deletions

2978
cmd/commands/commands.go Normal file

File diff suppressed because it is too large Load Diff