Skip to content

Commit 39f8ddf

Browse files
committed
feat(etcdctl,etcdutl): 3rd party fallback completion loaders
etcd-io/etcd#13133
1 parent 0f56de4 commit 39f8ddf

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

completions-fallback/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
/dyff.bash
6666
/encore.bash
6767
/esc.bash
68+
/etcdctl.bash
69+
/etcdutl.bash
6870
/flask.bash
6971
/flux.bash
7072
/furyctl.bash

completions-fallback/Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ CLEANFILES = \
148148
dyff.bash \
149149
encore.bash \
150150
esc.bash \
151+
etcdctl.bash \
152+
etcdutl.bash \
151153
flask.bash \
152154
flux.bash \
153155
furyctl.bash \
@@ -383,6 +385,8 @@ symlinks: $(DATA)
383385
dyff \
384386
encore \
385387
esc \
388+
etcdctl \
389+
etcdutl \
386390
flux \
387391
furyctl \
388392
gardenctl \

0 commit comments

Comments
 (0)