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 @@ -428,6 +428,7 @@ bashcomp_DATA = 2to3 \
428428 tcpnice \
429429 timeout \
430430 tipc \
431+ _tokio-console \
431432 tox \
432433 tracepath \
433434 tree \
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 gen-completion bash".
3+ #
4+ # This serves as a fallback in case the completion is not installed otherwise.
5+
6+ eval -- " $( " $1 " gen-completion bash 2> /dev/null) "
7+
8+ # ex: filetype=sh
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ EXTRA_DIST = \
3636 svn \
3737 svnadmin \
3838 svnlook \
39+ tokio-console \
3940 udevadm \
4041 umount \
4142 umount.linux \
Original file line number Diff line number Diff line change 1+ ../../../completions/_tokio-console
You can’t perform that action at this time.
0 commit comments