tab completions
The completions interface deals with tab completions.
Calls a completer function. This is mainly used to call
a command completer, which will have a name
in the form
of command.name
, example: command.git
.
You can check doc completions
for info on the completionGroups
return value.
The handler function is the callback for tab completion in Hilbish. You can check the completions doc for more info.
Returns binary/executale completion candidates based on the provided query.
Returns file completion candidates based on the provided query.
Want to help improve this page? Create an issue.