#!/usr/bin/env python # Documentation # https://kislyuk.github.io/argcomplete/ # # # # Installation # pip install argcomplete # activate-global-python-argcomplete # # # In global completion mode, you don’t have to register each argcomplete-capable executable separately. # Instead, the shell will look for the string PYTHON_ARGCOMPLETE_OK in the first 1024 bytes of any # executable that it’s running completion for, and if it’s found, follow the rest of the argcomplete # protocol as described above. # # Additionally, completion is activated for scripts run as python