Skip to content

Commit cb5d152

Browse files
committed
feat(oras): add 3rd party fallback completion loader
https://oras.land/docs/commands/oras_completion_bash
1 parent e0b4c7f commit cb5d152

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
@@ -294,6 +294,7 @@
294294
/_okteto
295295
/_op
296296
/_opa
297+
/_oras
297298
/_ory
298299
/_packer
299300
/pbzip2

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,7 @@ CLEANFILES = \
878878
_okteto \
879879
_op \
880880
_opa \
881+
_oras \
881882
_ory \
882883
_packer \
883884
pbzip2 \
@@ -1264,6 +1265,7 @@ symlinks: $(DATA)
12641265
_okteto \
12651266
_op \
12661267
_opa \
1268+
_oras \
12671269
_ory \
12681270
_polygon-edge \
12691271
_pulumi \

0 commit comments

Comments
 (0)