mirror of
https://github.com/sorenisanerd/gotty.git
synced 2025-04-04 01:50:28 +00:00
Release v0.0.5
* Config file support * Some naming changes to command line options
This commit is contained in:
parent
02e0b6fafd
commit
8e90497c31
2
main.go
2
main.go
@ -13,7 +13,7 @@ import (
|
||||
|
||||
func main() {
|
||||
cmd := cli.NewApp()
|
||||
cmd.Version = "0.0.4"
|
||||
cmd.Version = "0.0.5"
|
||||
cmd.Name = "gotty"
|
||||
cmd.Usage = "Share your terminal as a web application"
|
||||
cmd.HideHelp = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user