mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Release v0.0.3
* Client PTYs are closed properly without EOF byte * Added the "-r" option to generate random URL by @shoz * Added BSD support
This commit is contained in:
parent
94f571d629
commit
5ee6356242
2
main.go
2
main.go
@ -11,7 +11,7 @@ import (
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
cmd := cli.NewApp()
|
cmd := cli.NewApp()
|
||||||
cmd.Version = "0.0.2"
|
cmd.Version = "0.0.3"
|
||||||
cmd.Name = "gotty"
|
cmd.Name = "gotty"
|
||||||
cmd.Usage = "Share your terminal as a web application"
|
cmd.Usage = "Share your terminal as a web application"
|
||||||
cmd.HideHelp = true
|
cmd.HideHelp = true
|
||||||
|
Loading…
Reference in New Issue
Block a user