mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-04-01 17:35:13 +08:00
Add ln completion -r --relative
This commit is contained in:
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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user