Skip to content

Commit

Permalink
feat(conda): add 3rd-party completion loader (argcomplete)
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Sep 18, 2023
1 parent 31baa69 commit c0f5ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions completions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
/compare
/compgen
/composite
/_conda
/conjure
/_constellation
/_consul
Expand Down
2 changes: 2 additions & 0 deletions completions/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ CLEANFILES = \
compare \
compgen \
composite \
_conda \
conjure \
_constellation \
_consul \
Expand Down Expand Up @@ -1112,6 +1113,7 @@ symlinks: $(DATA)
_ansible-playbook \
_ansible-pull \
_ansible-vault \
_conda \
_cz
$(ss) nslookup \
host
Expand Down

0 comments on commit c0f5ba2

Please sign in to comment.