Skip to content

Commit aa6f0fd

Browse files
committed
feat(steampipe): add 3rd party fallback completion loader
https://github.com/turbot/steampipe
1 parent 542fb01 commit aa6f0fd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@
405405
/_ssh-inscribe
406406
/star
407407
/_starship
408+
/_steampipe
408409
/stream
409410
/sudoedit
410411
/_tanzu

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,7 @@ CLEANFILES = \
10111011
_ssh-inscribe \
10121012
star \
10131013
_starship \
1014+
_steampipe \
10141015
stream \
10151016
sudoedit \
10161017
_tanzu \
@@ -1293,6 +1294,7 @@ symlinks: $(DATA)
12931294
_spacectl \
12941295
_sshi \
12951296
_ssh-inscribe \
1297+
_steampipe \
12961298
_tanzu \
12971299
_tanzu-core \
12981300
_tkn \

0 commit comments

Comments
 (0)