You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc.go has a lot more in it than we would have jx --help output. Perhaps we should have doc_usage.go be the file that contains just the usage docs. It is also questionable whether to use //go:generate when we have a Makefile. The generate command will depend on the binary being built (although perhaps the generate command could be go run ./cmd/jx --help?).
We should add some help/usage text to the message at the very least.
cmd/jx/doc.go should be generated from the usage message output by
jx --help
.jx --help
output everything we want in the message//go:generate
to generatedoc.go
from the usage message.The text was updated successfully, but these errors were encountered: