Skip to content

Commit 20a8b72

Browse files
authored
Merge pull request #18 from tucksaun/fix/completion-non-posix
Fix non posix support
2 parents f275e4c + 857ac30 commit 20a8b72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

completion_others.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ const HasAutocompleteSupport = false
88
func IsAutocomplete(c *Command) bool {
99
return false
1010
}
11+
12+
func registerAutocompleteCommands(a *Application) {
13+
}

0 commit comments

Comments
 (0)