We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f975901 + ee25096 commit 8649881Copy full SHA for 8649881
cmd/litcli/main.go
@@ -73,6 +73,7 @@ var (
73
func main() {
74
app := cli.NewApp()
75
76
+ app.Version = terminal.Version()
77
app.Name = "litcli"
78
app.Usage = "control plane for your Lightning Terminal (lit) daemon"
79
app.Flags = []cli.Flag{
0 commit comments