Skip to content

Commit f10866e

Browse files
committed
feat(crc): add 3rd-party completion loader (cobra)
ohmybash/oh-my-bash#404
1 parent f260fa8 commit f10866e

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
@@ -56,6 +56,7 @@
5656
/_constellation
5757
/_consul
5858
/cowthink
59+
/_crc
5960
/createdb
6061
/createuser
6162
/_cz

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ CLEANFILES = \
568568
_constellation \
569569
_consul \
570570
cowthink \
571+
_crc \
571572
createdb \
572573
createuser \
573574
_cz \
@@ -980,6 +981,7 @@ symlinks: $(DATA)
980981
_cilium \
981982
_cloudquery \
982983
_constellation \
984+
_crc \
983985
_datree \
984986
_docker \
985987
_gardenctl \

0 commit comments

Comments
 (0)