Provides tab completion for Python argparse command-line tools
Tab completion for Python argparse
register-python-argcomplete$ eval "$(register-python-argcomplete my_script.py)"$ eval "$(register-python-argcomplete -s bash_source my_command)"$ register-python-argcomplete --shell zsh my_script.py