From 1ed4b35697501955ec1d5875bf9d41451c54ab3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 1 Jun 2026 21:40:03 +0300 Subject: [PATCH] feat(rumdl): add 3rd party fallback completion loader Ref https://github.com/rvben/rumdl#shell-completions --- completions-fallback/.gitignore | 1 + completions-fallback/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) diff --git a/completions-fallback/.gitignore b/completions-fallback/.gitignore index fde12fbf5ef..25270805ad1 100644 --- a/completions-fallback/.gitignore +++ b/completions-fallback/.gitignore @@ -180,6 +180,7 @@ /regal.bash /regctl.bash /release-plz.bash +/rumdl.bash /rustic.bash /sentry-cli.bash /sinker.bash diff --git a/completions-fallback/Makefile.am b/completions-fallback/Makefile.am index 1e65b6817fc..7430b7c1561 100644 --- a/completions-fallback/Makefile.am +++ b/completions-fallback/Makefile.am @@ -262,6 +262,7 @@ CLEANFILES = \ regal.bash \ regctl.bash \ release-plz.bash \ + rumdl.bash \ rustic.bash \ sentry-cli.bash \ sinker.bash \ @@ -511,6 +512,7 @@ symlinks: $(DATA) deno \ diesel \ dprint \ + rumdl \ rustic \ sentry-cli \ starship