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 3303515 commit 58d3f5fCopy full SHA for 58d3f5f
completions/.gitignore
@@ -230,6 +230,7 @@
230
/star
231
/stream
232
/sudoedit
233
+/_terraform
234
/tightvncviewer
235
/tracepath6
236
/typeset
completions/Makefile.am
@@ -779,6 +779,7 @@ CLEANFILES = \
779
star \
780
stream \
781
sudoedit \
782
+ _terraform \
783
tightvncviewer \
784
tracepath6 \
785
typeset \
@@ -1012,6 +1013,8 @@ symlinks: $(DATA)
1012
1013
tracepath6
1014
$(ss) update-alternatives \
1015
alternatives
1016
+ $(ss) _vault \
1017
+ _terraform
1018
$(ss) vipw \
1019
vigr
1020
$(ss) vncviewer \
0 commit comments