livekit-cli icon indicating copy to clipboard operation
livekit-cli copied to clipboard

chore: update the autocomplete scripts to urfave/cli v3 format

Open dwayn opened this issue 7 months ago • 0 comments

Our bash completion scripts are still using the urfave/cli v2 format that uses a flag --generate-bash-completion, but that is not implemented in v3, but instead uses the hidden subcommand completion bash|fish|zsh to achieve the same effect.

This updates all the autocomplete scripts to the new implementation.

dwayn avatar Jun 26 '25 03:06 dwayn