colcon / colcon-argcomplete

Completion for colcon command lines using argcomplete
http://colcon.readthedocs.io
Apache License 2.0
2 stars 3 forks source link

call Python 3 version of the argcomplete function when available #8

Closed dirk-thomas closed 6 years ago

dirk-thomas commented 6 years ago

Call register-python-argcomplete3 when available which is the case when argcomplete is installed using the Debian package python3-argcomplete. Otherwise try the version without the version suffix.