mirror of
https://github.com/yudai/gotty.git
synced 2026-01-03 16:18:50 +01:00
Fix GOTTY_TITLE_FORMAT
This commit is contained in:
parent
ac0cb74f98
commit
04d9671735
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -47,7 +47,7 @@ func main() {
|
|||
Name: "title-format",
|
||||
Value: "GoTTY - {{ .Command }} ({{ .Hostname }})",
|
||||
Usage: "Title format of browser window",
|
||||
EnvVar: "GOTTY_title-format",
|
||||
EnvVar: "GOTTY_TITLE_FORMAT",
|
||||
},
|
||||
}
|
||||
cmd.Action = func(c *cli.Context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue