Add ln completion -r --relative

This commit is contained in:
NextAlone 2022-01-30 00:35:32 +08:00 committed by Johannes Altmanninger
parent 7c022753cf
commit 9121e14279

@ -11,6 +11,7 @@ complete -c ln -s S -l suffix -d 'Override the usual ~ backup suffix'
complete -c ln -s t -l target-directory -d 'Specify the DIRECTORY in which to create the links' -a '(__fish_complete_directories)'
complete -c ln -s T -l no-target-directory -d 'Treat LINK_NAME as a normal file'
complete -c ln -s v -l verbose -d 'Print name of each linked file'
complete -c ln -s r -l relative -d 'With -s, create links relative to link location'
complete -c ln -f -l help -d 'Display help and exit'
complete -c ln -f -l version -d 'Output version information and exit'