From a211fbc9d0874fff348bc47ff29410897d8c48c6 Mon Sep 17 00:00:00 2001 From: Raphael Reitzig <4246780+reitzig@users.noreply.github.com> Date: Sun, 25 Jun 2023 19:24:59 +0200 Subject: [PATCH] fix: Adapt to changes 5.9 -> 5.18 ref: issue #41 --- completions/sdk.fish | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/completions/sdk.fish b/completions/sdk.fish index 678688c..034d14b 100644 --- a/completions/sdk.fish +++ b/completions/sdk.fish @@ -165,13 +165,6 @@ complete -c sdk -f -n '__fish_sdkman_no_command' \ complete -c sdk -f -n '__fish_sdkman_command_has_enough_parameters 0 v version' # block -# broadcast -complete -c sdk -f -n '__fish_sdkman_no_command' \ - -a 'b broadcast' \ - -d 'Display broadcast message' -complete -c sdk -f -n '__fish_sdkman_command_has_enough_parameters 0 b broadcast' - # block - # help complete -c sdk -f -n '__fish_sdkman_no_command' \ -a 'help' \ @@ -214,13 +207,7 @@ complete -c sdk -f -n '__fish_sdkman_no_command' \ -a 'flush' \ -d 'Clear out archives and temporary storage folders' complete -c sdk -f -n '__fish_sdkman_using_command flush' \ - -a 'broadcast' \ - -d 'Clear out the broadcast/news cache' -complete -c sdk -f -n '__fish_sdkman_using_command flush' \ - -a 'archives' \ - -d 'Remove downloads' -complete -c sdk -f -n '__fish_sdkman_using_command flush' \ - -a 'tmp' \ + -a 'temp' \ -d 'Clear out staging work folder' complete -c sdk -f -n '__fish_sdkman_using_command flush' \ -a 'version' \