Auto completion of cli commands?

Hi,

I am still quite new to go, so not sure how this could be done.
I would love to have some auto completion on the exercism cli, so that when I will submit a new iterations, it has auto completion instead of me need to type it all.

I know aliases are invented, but think it has value in the tool itself too :) I haven’t research much, or know much about, but looks like this could be useful GitHub - posener/complete at master

What do you think about it?

See https://github.com/exercism/cli/tree/main/shell

Installing exercism with homebrew does include the bash and fish completions (don’t know why not zsh though)

$ find $HOMEBREW_PREFIX  -name exercism\*
...
/home/linuxbrew/.linuxbrew/etc/bash_completion.d/exercism_completion.bash
/home/linuxbrew/.linuxbrew/share/fish/vendor_completions.d/exercism.fish
...