Skip to content

Commit 05ec5d8

Browse files
committed
feat(k6): add 3rd party fallback completion loader
https://github.com/grafana/k6
1 parent 9bb60a3 commit 05ec5d8

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
@@ -196,6 +196,7 @@
196196
/_k3d
197197
/_k3s
198198
/_k3sup
199+
/_k6
199200
/_kafkactl
200201
/_kapp
201202
/_kata-runtime

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ CLEANFILES = \
764764
_k3d \
765765
_k3s \
766766
_k3sup \
767+
_k6 \
767768
_kafkactl \
768769
_kapp \
769770
_kata-runtime \
@@ -1200,6 +1201,7 @@ symlinks: $(DATA)
12001201
_k3d \
12011202
_k3s \
12021203
_k3sup \
1204+
_k6 \
12031205
_kafkactl \
12041206
_kapp \
12051207
_kconf \

0 commit comments

Comments
 (0)