Skip to content

Commit cb9303f

Browse files
akinomyogascop
authored andcommitted
feat(asdf): add 3rd-party fallback completion loader for "asdf"
The interface "asdf completion bash" has been documented for the first time in asdf-0.16.0. https://github.com/asdf-vm/asdf/blob/2114f1ebc15b3f1653228c8b416f759898a58dc7/docs/guide/getting-started.md#set-up-shell-completions-optional asdf-vm/asdf#1826
1 parent 8fa4d3c commit cb9303f

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
@@ -26,6 +26,7 @@
2626
/_argo
2727
/arm-koji
2828
/asciidoc.py
29+
/_asdf
2930
/_atlas
3031
/_atmos
3132
/autoheader

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ CLEANFILES = \
582582
_argo \
583583
arm-koji \
584584
asciidoc.py \
585+
_asdf \
585586
_atlas \
586587
_atmos \
587588
autoheader \
@@ -1180,6 +1181,7 @@ symlinks: $(DATA)
11801181
_aqua \
11811182
_arduino-cli \
11821183
_argo \
1184+
_asdf \
11831185
_atlas \
11841186
_atmos \
11851187
_bashbot \

0 commit comments

Comments
 (0)