1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00
zsh/Completion/Linux/Command/_lsattr

11 lines
335 B
Text

#compdef lsattr
_arguments -s -S : \
'-a[show all files, including hidden ones]' \
'-d[list directory entries instead of contents]' \
'-l[use long option names]' \
"-p[show file's project number]" \
'-R[act recursively]' \
'-V[display version information]' \
"-v[show file's version/generation number]" \
'*: :_files'