We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6f0fd commit 44427f4Copy full SHA for 44427f4
completions/.gitignore
@@ -408,6 +408,7 @@
408
/_steampipe
409
/stream
410
/sudoedit
411
+/_syft
412
/_tanzu
413
/_tanzu-core
414
/_tendermint
completions/Makefile.am
@@ -1014,6 +1014,7 @@ CLEANFILES = \
1014
_steampipe \
1015
stream \
1016
sudoedit \
1017
+ _syft \
1018
_tanzu \
1019
_tanzu-core \
1020
_tendermint \
@@ -1295,6 +1296,7 @@ symlinks: $(DATA)
1295
1296
_sshi \
1297
_ssh-inscribe \
1298
1299
1300
1301
1302
_tkn \
0 commit comments