We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31883f9 commit 4b97f10Copy full SHA for 4b97f10
2 files changed
Formula/devproc.rb
@@ -24,6 +24,9 @@ class Devproc < Formula
24
25
def install
26
bin.install "devproc"
27
+
28
+ # Generate and install shell completions
29
+ generate_completions_from_executable(bin/"devproc", "completions")
30
end
31
32
test do
README.md
@@ -326,7 +326,9 @@ When config is reloaded:
326
327
### Shell Completions
328
329
-Enable tab completion for commands and options:
+**Homebrew users**: Completions are installed automatically! Just ensure your shell is configured to load Homebrew completions.
330
331
+**Manual installation**: Enable tab completion for commands and options:
332
333
```bash
334
# Bash (add to ~/.bashrc)
0 commit comments