Graphite has the gt completion command to generate a shell definition. Could we run that at install time to put the file in our fpath location? That way, we'll get completions out-of-the-box; no need to add another command to my zshrc (or any other rc*) file.
There are a bunch of examples of this in homebrew-core.
Graphite has the
gt completioncommand to generate a shell definition. Could we run that at install time to put the file in our fpath location? That way, we'll get completions out-of-the-box; no need to add another command to my zshrc (or any other rc*) file.There are a bunch of examples of this in homebrew-core.