| 1 | class="st">"""Allow bash-completion for argparse with argcomplete if installed. |
| 2 | |
| 3 | Needs argcomplete>=0.5.6 for python 3.2/3.3 (older versions fail |
| 4 | to find the magic string, so _ARGCOMPLETE env. var is never set, and |
nothing calls this directly
no test coverage detected