mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
parent
ee7edbd9aa
commit
a211fbc9d0
1 changed files with 1 additions and 14 deletions
|
@ -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'
|
complete -c sdk -f -n '__fish_sdkman_command_has_enough_parameters 0 v version'
|
||||||
# block
|
# 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
|
# help
|
||||||
complete -c sdk -f -n '__fish_sdkman_no_command' \
|
complete -c sdk -f -n '__fish_sdkman_no_command' \
|
||||||
-a 'help' \
|
-a 'help' \
|
||||||
|
@ -214,13 +207,7 @@ complete -c sdk -f -n '__fish_sdkman_no_command' \
|
||||||
-a 'flush' \
|
-a 'flush' \
|
||||||
-d 'Clear out archives and temporary storage folders'
|
-d 'Clear out archives and temporary storage folders'
|
||||||
complete -c sdk -f -n '__fish_sdkman_using_command flush' \
|
complete -c sdk -f -n '__fish_sdkman_using_command flush' \
|
||||||
-a 'broadcast' \
|
-a 'temp' \
|
||||||
-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' \
|
|
||||||
-d 'Clear out staging work folder'
|
-d 'Clear out staging work folder'
|
||||||
complete -c sdk -f -n '__fish_sdkman_using_command flush' \
|
complete -c sdk -f -n '__fish_sdkman_using_command flush' \
|
||||||
-a 'version' \
|
-a 'version' \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue