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 @@ -423,6 +423,7 @@ cross_platform = 2to3 \
423423 sshow \
424424 _stern \
425425 strace \
426+ _stripe \
426427 strings \
427428 _su \
428429 sudo \
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 completion --write-to-stdout --shell bash".
3+ #
4+ # This serves as a fallback in case the completion is not installed otherwise.
5+
6+ eval -- " $( " $1 " completion --write-to-stdout --shell bash 2> /dev/null) "
7+
8+ # ex: filetype=sh
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ EXTRA_DIST = \
4949 slackpkg \
5050 sops \
5151 stern \
52+ stripe \
5253 su \
5354 svn \
5455 svnadmin \
Original file line number Diff line number Diff line change 1+ ../../../completions/_stripe
You can’t perform that action at this time.
0 commit comments