We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecaff9b commit f571144Copy full SHA for f571144
1 file changed
cmd/root.go
@@ -22,7 +22,9 @@ func Execute() {
22
}
23
24
25
-func init() {}
+func init() {
26
+ rootCmd.CompletionOptions.HiddenDefaultCmd = true
27
+}
28
29
// abort prints the error to the console and terminates the program.
30
// abort does nothing if err is nil.
0 commit comments