[GH-ISSUE #22] Incorrect text in help menu #111

Closed
opened 2026-03-13 19:52:11 +03:00 by kerem · 6 comments
Owner

Originally created by @jchristn on GitHub (Sep 8, 2020).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/22

Using multiple v on the command prompt is not allowed, though the help menu indicates that it is.

D:\>tunnelto --port xxxx --subdomain yyyy -vv
error: The argument '--verbose' was provided more than once, but cannot be used multiple times

USAGE:
    tunnelto --port <port> --subdomain <sub-domain> --verbose

For more information try --help

D:\>tunnelto --help
tunnelto 0.1.9
Alex Grinman <alex@tunnelto.dev>
Expose your local web server to the internet with a public url.

USAGE:
    tunnelto [FLAGS] [OPTIONS] [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information
    -v, --verbose    A level of verbosity, and can be used multiple times   <<<<<<<<<<<<
Originally created by @jchristn on GitHub (Sep 8, 2020). Original GitHub issue: https://github.com/agrinman/tunnelto/issues/22 Using multiple ```v``` on the command prompt is not allowed, though the help menu indicates that it is. ``` D:\>tunnelto --port xxxx --subdomain yyyy -vv error: The argument '--verbose' was provided more than once, but cannot be used multiple times USAGE: tunnelto --port <port> --subdomain <sub-domain> --verbose For more information try --help D:\>tunnelto --help tunnelto 0.1.9 Alex Grinman <alex@tunnelto.dev> Expose your local web server to the internet with a public url. USAGE: tunnelto [FLAGS] [OPTIONS] [SUBCOMMAND] FLAGS: -h, --help Prints help information -V, --version Prints version information -v, --verbose A level of verbosity, and can be used multiple times <<<<<<<<<<<< ```
kerem 2026-03-13 19:52:11 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@agrinman commented on GitHub (Sep 8, 2020):

Whoops -- thx.

<!-- gh-comment-id:688590184 --> @agrinman commented on GitHub (Sep 8, 2020): Whoops -- thx.
Author
Owner

@agrinman commented on GitHub (Sep 8, 2020):

Btw -- we're up to 0.1.12 of the tunnelto cli now :)

<!-- gh-comment-id:688590321 --> @agrinman commented on GitHub (Sep 8, 2020): Btw -- we're up to 0.1.12 of the tunnelto cli now :)
Author
Owner

@jchristn commented on GitHub (Sep 8, 2020):

Ok - I'll give the latest a run to see if that other issue is resolved. Thx!

<!-- gh-comment-id:688591059 --> @jchristn commented on GitHub (Sep 8, 2020): Ok - I'll give the latest a run to see if that other issue is resolved. Thx!
Author
Owner

@jchristn commented on GitHub (Sep 8, 2020):

image

<!-- gh-comment-id:688591205 --> @jchristn commented on GitHub (Sep 8, 2020): ![image](https://user-images.githubusercontent.com/1421081/92428869-29876d00-f145-11ea-84c4-b1ed723c1f35.png)
Author
Owner

@jchristn commented on GitHub (Sep 8, 2020):

Found it on the release page, link on website is broken, should be https://github.com/agrinman/tunnelto/releases/download/0.1.12/tunnelto-windows.exe

Also it seems that everything is good now with the new version. Cheers

<!-- gh-comment-id:688592109 --> @jchristn commented on GitHub (Sep 8, 2020): Found it on the release page, link on website is broken, should be ```https://github.com/agrinman/tunnelto/releases/download/0.1.12/tunnelto-windows.exe``` Also it seems that everything is good now with the new version. Cheers
Author
Owner

@agrinman commented on GitHub (Sep 27, 2020):

Fixed

<!-- gh-comment-id:699698657 --> @agrinman commented on GitHub (Sep 27, 2020): Fixed
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tunnelto#111
No description provided.