Otto Suess
6 years ago
No known key found for this signature in database
GPG Key ID: F7EFC44C2C240A11
2 changed files with
2 additions and
2 deletions
-
README.md
-
config.go
|
|
@ -21,7 +21,7 @@ zapconnect |
|
|
|
``` |
|
|
|
-i, --localip Include local ip in QRCode |
|
|
|
-l, --localhost Use 127.0.0.1 for ip |
|
|
|
-h, --host= Use specific host name |
|
|
|
--host= Use specific host name |
|
|
|
-p, --port= Use this port (default: 10009) |
|
|
|
-o, --image Output QRCode to file |
|
|
|
--invoice Use invoice macaroon |
|
|
|
|
|
@ -45,7 +45,7 @@ type chainConfig struct { |
|
|
|
type zapConnectConfig struct { |
|
|
|
LocalIp bool `short:"i" long:"localip" description:"Include local ip in QRCode"` |
|
|
|
Localhost bool `short:"l" long:"localhost" description:"Use 127.0.0.1 for ip"` |
|
|
|
Host string `short:"h" long:"host" description:"Use specific host name"` |
|
|
|
Host string `long:"host" description:"Use specific host name"` |
|
|
|
Port uint16 `short:"p" long:"port" description:"Use this port"` |
|
|
|
Json bool `short:"j" long:"json" description:"Generate json instead of a QRCode"` |
|
|
|
Image bool `short:"o" long:"image" description:"Output QRCode to file"` |
|
|
|