Skip to content

Commit 5ef9790

Browse files
committed
feat(rumdl): add 3rd party fallback completion loader
Ref https://github.com/rvben/rumdl#shell-completions
1 parent 6d5fca6 commit 5ef9790

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

completions-fallback/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
/regal.bash
181181
/regctl.bash
182182
/release-plz.bash
183+
/rumdl.bash
183184
/rustic.bash
184185
/sentry-cli.bash
185186
/sinker.bash

completions-fallback/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ CLEANFILES = \
262262
regal.bash \
263263
regctl.bash \
264264
release-plz.bash \
265+
rumdl.bash \
265266
rustic.bash \
266267
sentry-cli.bash \
267268
sinker.bash \
@@ -511,6 +512,7 @@ symlinks: $(DATA)
511512
deno \
512513
diesel \
513514
dprint \
515+
rumdl \
514516
rustic \
515517
sentry-cli \
516518
starship

0 commit comments

Comments
 (0)