-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
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
cmd/go: get --verbose #12197
Comments
Flags go before arguments.
(and of course, with -h it makes no sense to specify a package path). Verbose also exists: |
@dominikh it is a convenience feature. Editing a line to insert --help before package name when you need to lookup something you've forgot is a nuisance after Python where optparse handles this gracefully. Well, cool that |
Shouldn't it list |
This bug is closed. We don't re-use old bugs. |
It is unclear what go is doing while trying to get LXD for development with
go get github.com/lxc/lxd
. It hangs for a lot of time and I don't know if it is network problem or just long checkout:What I expect at first is some command line help:
And then:
The text was updated successfully, but these errors were encountered: