shitbox/pkg/usr/share/fish/completions/readlink.fish

5 lines
259 B
Fish

complete -c readlink -s f -s c -l canonicalize -d 'Canonicalize path'
complete -c readlink -s n -l no-newline -d 'Do not print the terminating newline.'
complete -c readlink -s h -l help -d 'Print help'
complete -c readlink -s V -l version -d 'Print version'