From 5343214a361e8a4ef567187b26412d4616aa12b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 29 Jun 2026 18:59:46 +0300 Subject: [PATCH] feat(encore): 3rd party fallback completion loader - https://encore.dev - https://github.com/encoredev/homebrew-tap/blob/8a6de5e6d6bba8f4d8156e97e6ea7af90c6e1ee8/Formula/encore.rb#L34-L36 --- 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 622abd8ea3a..fc0e46af01d 100644 --- a/completions-fallback/.gitignore +++ b/completions-fallback/.gitignore @@ -62,6 +62,7 @@ /dprint.bash /driftctl.bash /dyff.bash +/encore.bash /esc.bash /flask.bash /flux.bash diff --git a/completions-fallback/Makefile.am b/completions-fallback/Makefile.am index 2caa6a62eaa..31a18497265 100644 --- a/completions-fallback/Makefile.am +++ b/completions-fallback/Makefile.am @@ -145,6 +145,7 @@ CLEANFILES = \ dprint.bash \ driftctl.bash \ dyff.bash \ + encore.bash \ esc.bash \ flask.bash \ flux.bash \ @@ -378,6 +379,7 @@ symlinks: $(DATA) docker \ driftctl \ dyff \ + encore \ esc \ flux \ furyctl \