A little doc polish.

This commit is contained in:
Raphael Reitzig 2018-07-12 23:46:37 +02:00
parent 2f6b2dc1b6
commit fb234a5e61
3 changed files with 17 additions and 5 deletions

View file

@ -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