1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00

moved to Completion/AIX/Command/_smit

This commit is contained in:
Sven Wischnowsky 2001-04-02 12:20:05 +00:00
parent 35600e71fb
commit fda285cf19

View File

@ -1,27 +0,0 @@
#compdef smit smitty
local state line expl curcontext="$curcontext"
_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]' \
'1:fastpath:->fastpath' && return 0
[[ "$state" = fastpath ]] &&
_wanted fastpaths expl 'fast path' compadd \
$(odmget sm_cmd_hdr sm_name_hdr|sed -n 's/^ id = \"\(.*\)\"/\1/p')