I installed Spring Boot CLI on my Mac using Homebrew. According to the documentation:
If you install the Spring Boot CLI by using Homebrew or MacPorts, the command-line completion scripts are automatically registered with your shell.
So in my terminal, I expect to type spring then hit TAB to see options. I don't. How could I get the completion scripts to work/register?
Make
Homebrewcompletions available inbashas described in the Homebrew documentation: