We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f275e4c + 857ac30 commit 20a8b72Copy full SHA for 20a8b72
completion_others.go
@@ -8,3 +8,6 @@ const HasAutocompleteSupport = false
8
func IsAutocomplete(c *Command) bool {
9
return false
10
}
11
+
12
+func registerAutocompleteCommands(a *Application) {
13
+}
0 commit comments