[sdk/kde-builder/fish_completion] data/completions/fish: remove use-projects option
Finley Watson <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 723d3eb12bbaddfd4527882b058d5cd11064d58c by Finley Watson.
Committed on 20/07/2026 at 15:18.
Pushed by finw into branch 'fish_completion'.
remove use-projects option
M +0 -5 data/completions/fish/kde-builder.fish
https://invent.kde.org/sdk/kde-builder/-/commit/723d3eb12bbaddfd4527882b058d5cd11064d58c
diff --git a/data/completions/fish/kde-builder.fish b/data/completions/fish/kde-builder.fish
index 2417a79a..c0f3150d 100644
--- a/data/completions/fish/kde-builder.fish
+++ b/data/completions/fish/kde-builder.fish
@@ -696,8 +696,3 @@ complete --command kde-builder --long no-use-clean-install \
complete --command kde-builder --long filter-out-phases \
--condition "not __fish_prev_arg_in --run --start-program" \
--description "Remove given space-separated phases"
-
-# https://kde-builder.kde.org/en/configuration/conf-options-table.html#conf-use-projects
-complete --command kde-builder --long use-projects \
- --condition "not __fish_prev_arg_in --run --start-program" \
- --description "Update and build the projects in the order given"