andrewkroh / gvm

Go Version Manager (written in Go for cross-platform usability)
Apache License 2.0
186 stars 24 forks source link

Add --http-timeout flag #45

Closed andrewkroh closed 2 years ago

andrewkroh commented 2 years ago

Add new flag to control http timeouts.

Optional flags:

      --http-timeout=3m        Timeout for HTTP requests.

Closes #43