merging r15360
This commit is contained in:
parent
884306fb2a
commit
911b9ed0fb
|
@ -533,6 +533,8 @@ function _roscomplete_rosservice {
|
|||
;;
|
||||
find)
|
||||
# Need a clever way to do message searching
|
||||
opts=`_srv_opts ${COMP_WORDS[$COMP_CWORD]}`
|
||||
COMPREPLY=($(compgen -W "$opts" -- ${arg}))
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue