gotty-client
gotty-client copied to clipboard
gotty-client hangs on connection
gotty: v2.0.0-alpha.3
gotty-client: v1.6.1
I've tried setting GOTTY_CLIENT_GOTTY2=1
but it does not solve this.
Oddly my help documentation does not print the same as what's in the README.md
. There is no mention of --v2
.
Incorrect Usage.
NAME:
gotty-client - GoTTY client for your terminal
USAGE:
gotty-client [global options] command [command options] GOTTY_URL
VERSION:
1.6.1
AUTHOR(S):
Manfred Touron <https://github.com/moul/gotty-client>
COMMANDS:
GLOBAL OPTIONS:
--debug, -D Enable debug mode [$GOTTY_CLIENT_DEBUG]
--skip-tls-verify Skip TLS verify [$SKIP_TLS_VERIFY]
--use-proxy-from-env Use Proxy from environment [$USE_PROXY_FROM_ENV]
--help, -h show help
--version, -v print the version
@sabrehagen The latest version v1.7.0
has the --v2
option.
Install latest version: go get -u github.com/moul/gotty-client/cmd/gotty-client
@moul Could you please check v1.7.0
binaries? They have not been uploaded to github releases yet. https://github.com/moul/gotty-client/releases/tag/v1.7.0