We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5005c commit 97d8eaeCopy full SHA for 97d8eae
completions/.gitignore
@@ -431,6 +431,7 @@
431
/wine64
432
/wine64-development
433
/wine64-stable
434
+/_xc
435
/xpovray
436
/xvnc4viewer
437
/ypcat
completions/Makefile.am
@@ -1037,6 +1037,7 @@ CLEANFILES = \
1037
wine64 \
1038
wine64-development \
1039
wine64-stable \
1040
+ _xc \
1041
xpovray \
1042
xvnc4viewer \
1043
ypcat \
@@ -1424,7 +1425,14 @@ endif
1424
1425
$(ss) update-alternatives \
1426
alternatives
1427
$(ss) _vault \
- _bao _consul _fx _nomad _packer _terraform _tofu
1428
+ _bao \
1429
+ _consul \
1430
+ _fx \
1431
+ _nomad \
1432
+ _packer \
1433
+ _terraform \
1434
+ _tofu \
1435
+ _xc
1436
$(ss) vipw \
1437
vigr
1438
$(ss) vncviewer \
0 commit comments