mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 08:20:09 +00:00
7 lines
186 B
Text
7 lines
186 B
Text
|
#compdef ua
|
||
|
|
||
|
_arguments \
|
||
|
"1:archive format:(7z bz2 gz lzma lzo rar tar tar.bz2 tar.gz tar.lzma tar.xz tar.Z tbz tgz tlz txz tZ xz Z zip zst)" \
|
||
|
"*:input files:_files" \
|
||
|
&& return 0
|