1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 17:31:33 +02:00
zsh/Completion/AIX/_smit

20 lines
604 B
Plaintext
Raw Normal View History

2000-04-20 12:47:00 +02:00
#compdef smit smitty
_arguments -C \
'-s[specify smit.script file]:smit.script file:_files' \
'-l[specify smit.log file]:smit.log file:_files' \
'-C[use curses interface]' \
'-D[debug mode]' \
'-d[FastPath is dialogue screen]' \
'-f[allow redirection of stdin and stdout]' \
'-h[display help/usage message]' \
'-M[start smit in windows mode]' \
'-m[FastPath is menu screen]' \
'-n[FastPath is selector screen]' \
'-o[alternate SMIT/ODM database]' \
'-t[generate trace information]' \
'-v[verbose]' \
'-x[do not run any execute commands]' \
'-X[do not run any commands]'