diff --git a/completion_others.go b/completion_others.go index 2c83efc..9d187a1 100644 --- a/completion_others.go +++ b/completion_others.go @@ -8,3 +8,6 @@ const HasAutocompleteSupport = false func IsAutocomplete(c *Command) bool { return false } + +func registerAutocompleteCommands(a *Application) { +}