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 @@ -118,6 +118,7 @@ bashcomp_DATA = 2to3 \
118118 fio \
119119 firefox \
120120 flake8 \
121+ _flamegraph \
121122 freebsd-update \
122123 freeciv \
123124 freeciv-server \
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 --completions bash".
3+ #
4+ # This serves as a fallback in case the completion is not installed otherwise.
5+
6+ eval -- " $( " $1 " --completions bash 2> /dev/null) "
7+
8+ # ex: filetype=sh
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ EXTRA_DIST = \
66 chsh \
77 dmesg \
88 eject \
9+ flamegraph \
910 gaiacli \
1011 gh \
1112 golangci-lint \
Original file line number Diff line number Diff line change 1+ ../../../completions/_flamegraph
You can’t perform that action at this time.
0 commit comments