Allows a tab completion script to be generated for the user:
$ esm_master --generate_tab_complete
Wrote file: esm_master_tabcomplete.bash
Have your shell source this file to allow tab completion of available targets
This works for both bash and zsh
$ source esm_master_tabcomplete.bash
$ esm_master <tab>
Allows a tab completion script to be generated for the user:
Voila!