mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Fix GOTTY_TITLE_FORMAT
This commit is contained in:
parent
ac0cb74f98
commit
04d9671735
2
main.go
2
main.go
@ -47,7 +47,7 @@ func main() {
|
|||||||
Name: "title-format",
|
Name: "title-format",
|
||||||
Value: "GoTTY - {{ .Command }} ({{ .Hostname }})",
|
Value: "GoTTY - {{ .Command }} ({{ .Hostname }})",
|
||||||
Usage: "Title format of browser window",
|
Usage: "Title format of browser window",
|
||||||
EnvVar: "GOTTY_title-format",
|
EnvVar: "GOTTY_TITLE_FORMAT",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
cmd.Action = func(c *cli.Context) {
|
cmd.Action = func(c *cli.Context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user