autoload -U compinit && compinit
_@@HOMEBREW_CELLAR@@/scw/2.55.0/bin/scw () {
	output=($(@@HOMEBREW_CELLAR@@/scw/2.55.0/bin/scw autocomplete complete zsh -- ${CURRENT} ${words}))
	opts=('-S' ' ')
	if [[ $output == *= ]]; then
		opts=('-S' '')
	fi
	compadd "${opts[@]}" -- "${output[@]}"
}
compdef _@@HOMEBREW_CELLAR@@/scw/2.55.0/bin/scw @@HOMEBREW_CELLAR@@/scw/2.55.0/bin/scw
