We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.
1 parent 43131d6 commit 9f59415Copy full SHA for 9f59415
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