File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed
test/fallback/completions Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -455,6 +455,7 @@ bashcomp_DATA = 2to3 \
455455 useradd \
456456 userdel \
457457 usermod \
458+ _uvx \
458459 valgrind \
459460 _vault \
460461 vipw \
Original file line number Diff line number Diff line change 1+ # 3rd party completion loader for commands emitting -*- shell-script -*-
2+ # their completion using "$cmd --generate-shell-completion bash".
3+ #
4+ # This serves as a fallback in case the completion is not installed otherwise.
5+
6+ eval -- " $( " $1 " --generate-shell-completion bash 2> /dev/null) "
7+
8+ # ex: filetype=sh
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ EXTRA_DIST = \
4747 udevadm \
4848 umount \
4949 umount.linux \
50+ uvx \
5051 vault \
5152 write \
5253 xm \
Original file line number Diff line number Diff line change 1+ ../../../completions/_uvx
You can’t perform that action at this time.
0 commit comments