We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gotty: v2.0.0-alpha.3 gotty-client: v1.6.1
v2.0.0-alpha.3
v1.6.1
I've tried setting GOTTY_CLIENT_GOTTY2=1 but it does not solve this.
GOTTY_CLIENT_GOTTY2=1
Oddly my help documentation does not print the same as what's in the README.md. There is no mention of --v2.
README.md
--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
The text was updated successfully, but these errors were encountered:
@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
v1.7.0
go get -u github.com/moul/gotty-client/cmd/gotty-client
Sorry, something went wrong.
@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
No branches or pull requests
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
.The text was updated successfully, but these errors were encountered: