File: colcon-argcomplete.bash

package info (click to toggle)
ros2-colcon-argcomplete 0.3.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: python: 346; sh: 5; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 219 bytes parent folder | download
1
2
3
4
5
if type register-python-argcomplete3 > /dev/null 2>&1; then
  eval "$(register-python-argcomplete3 colcon)"
elif type register-python-argcomplete > /dev/null 2>&1; then
  eval "$(register-python-argcomplete colcon)"
fi