mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-04 20:40:57 +02:00
6 lines
159 B
Text
6 lines
159 B
Text
#compdef sysmerge
|
|
|
|
_arguments -s : \
|
|
'-b[run non-interactively]' \
|
|
'-d[do not take any automatic action]' \
|
|
'-p[only compare configuration of packages]'
|