mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
11 lines
335 B
Text
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'
|