Is there any way to add alembic commands to the bash so that the alembic command autocomplete works like git?
For example, in Quick Tip: Autocomplete Git Commands and Branch Names in Bash the author shows how to add git commands to .bash_profile
how can we achieve the same thing for alembic?