We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.
1 parent c3b6dac commit ca85b33Copy full SHA for ca85b33
ros2cli/completion/ros2-argcomplete.fish
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
if type register-python-argcomplete3 > /dev/null 2>&1
16
- eval "register-python-argcomplete3 --shell fish ros2 | ."
+ eval "register-python-argcomplete3 --shell fish ros2 | source"
17
else if type register-python-argcomplete > /dev/null 2>&1
18
19
end
0 commit comments