Skip to content

Commit 538344e

Browse files
committed
feat(pitchfork): add 3rd party fallback completion loader
https://pitchfork.jdx.dev/cli/completion.html
1 parent cb5d152 commit 538344e

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
@@ -307,6 +307,7 @@
307307
/ping4
308308
/ping6
309309
/_pip3
310+
/_pitchfork
310311
/pkg_deinstall
311312
/pkg_info
312313
/pkgconf

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,7 @@ CLEANFILES = \
891891
ping4 \
892892
ping6 \
893893
_pip3 \
894+
_pitchfork \
894895
pkg_deinstall \
895896
pkg_info \
896897
pkgconf \
@@ -1267,6 +1268,7 @@ symlinks: $(DATA)
12671268
_opa \
12681269
_oras \
12691270
_ory \
1271+
_pitchfork \
12701272
_polygon-edge \
12711273
_pulumi \
12721274
_px \

0 commit comments

Comments
 (0)