blob: 18a9011484a4e605084da5de24a3927ad8ec920a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#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]'
|