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
diff --git a/internal/cmd/qgo/qgo.go b/internal/cmd/qgo/qgo.go
index 8e053547..5e46b6a8 100644
--- a/internal/cmd/qgo/qgo.go+++ b/internal/cmd/qgo/qgo.go@@ -36,14 +36,7 @@ import (
"golang.org/x/tools/go/packages"
)
-const help = `-Commands:-extract Extract one-line signature of exported types of- the given package.-- Functions that have have more than one return- argument or unknown types are skipped.-`+const help = "\nCommands:\nextract\t\tExtract one-line signature of exported types of\n\t\t\tthe given package.\n\n\t\t\tFunctions that have more than one return\n\t\t\targument or unknown types are"
// Even though all of the code is generated, the documentation is copied as is.
// So for proper measure, include both the CUE and Go licenses.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: