Batect now supports shell tab completion in Bash, in addition to the existing support for Fish and Zsh.
This supports both options (eg. ./batect --out
Tab completes to ./batect --output
) and task names
(eg. ./batect b
Tab completes to ./batect build
).
To get started, update your project to Batect 0.73.0, then follow the installation instructions.