mirror of
https://github.com/yudai/gotty.git
synced 2025-09-21 21:40:49 +02:00
Release v0.0.2
* Added the `-c` option for Basic Authentication by @mattn * Experimental 32 bit support * Switch to Go1.5
This commit is contained in:
parent
4b39b4a390
commit
496c791a68
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -11,7 +11,7 @@ import (
|
|||
|
||||
func main() {
|
||||
cmd := cli.NewApp()
|
||||
cmd.Version = "0.0.1"
|
||||
cmd.Version = "0.0.2"
|
||||
cmd.Name = "gotty"
|
||||
cmd.Usage = "Share your terminal as a web application"
|
||||
cmd.Flags = []cli.Flag{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue