mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
A little doc polish.
This commit is contained in:
parent
2f6b2dc1b6
commit
fb234a5e61
3 changed files with 17 additions and 5 deletions
|
@ -1,4 +1,8 @@
|
|||
# sdkman autocompletion
|
||||
# Defines autocompletion for SDKMAN!
|
||||
|
||||
# Copyright (c) 2018 Raphael Reitzig
|
||||
# MIT License (MIT)
|
||||
# https://github.com/reitzig/sdkman-for-fish
|
||||
|
||||
# # # # # #
|
||||
# Completion trigger predicates
|
||||
|
@ -152,4 +156,4 @@ complete -c sdk -f -n '__fish_sdkman_command_has_enough_parameters 0 update' # b
|
|||
# flush
|
||||
complete -c sdk -f -n '__fish_sdkman_no_command' -a 'flush' -d 'Clear out cache'
|
||||
complete -c sdk -f -n '__fish_sdkman_using_command flush' -a 'broadcast archives temp'
|
||||
complete -c sdk -f -n '__fish_sdkman_command_has_enough_parameters 1 flush' # block
|
||||
complete -c sdk -f -n '__fish_sdkman_command_has_enough_parameters 1 flush' # block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue