mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
ce245704d7
These were excluded from style.fish
9 lines
673 B
Fish
9 lines
673 B
Fish
|
|
complete -c readlink -s f -l canonicalize -d 'Canonicalize, follow symlinks, last can be missing'
|
|
complete -c readlink -s e -l canonicalize-existing -d 'Canonicalize, follow symlinks, none can be missing'
|
|
complete -c readlink -s m -l canonicalize-missing -d 'Canonicalize, follow symlinks, all can be missing'
|
|
complete -c readlink -s n -l no-newline -d 'Do not output the trailing newline'
|
|
complete -c readlink -s q -l quiet -s s -l silent -d 'Suppress most error messages'
|
|
complete -c readlink -s v -l verbose -d 'Report error messages'
|
|
complete -c readlink -l help -d 'Display this help and exit'
|
|
complete -c readlink -l version -d 'Output version information and exit'
|