File: colcon_cd-argcomplete.bash

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