Commit a411ae4
authored
fix: Mac autocompletions (#14)
On Mac sometimes the completions failed due to the completions system
not being active when chef-cli completions are added.
This adds a check that starts the completions system if not yet started.
https://app.devrev.ai/devrev/works/ISS-1832521 parent d19affd commit a411ae4
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| 28 | + | |
22 | 29 | | |
0 commit comments