CamJN/launchctl-completion

Fails on OSX 12.5 (arm)

BuonOmo opened this issue · 0 comments

Hi,

I installed the completion using brew install launchctl-completion, tried to run it in zsh with:

autoload bashcompinit
bashcompinit
source /opt/homebrew/etc/bash_completion.d/launchctl
launchctl <tab>

or in bash with

source /opt/homebrew/etc/bash_completion.d/launchctl
launchctl <tab>

With both case I get:

bash: compopt: command not found