From ef2897b4800a88a4fde199837cf8393dc75af643 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 12:20:13 +0000 Subject: moved from Completion/AIX/_smit --- Completion/AIX/Command/_smit | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Completion/AIX/Command/_smit (limited to 'Completion/AIX') diff --git a/Completion/AIX/Command/_smit b/Completion/AIX/Command/_smit new file mode 100644 index 000000000..48397b5b0 --- /dev/null +++ b/Completion/AIX/Command/_smit @@ -0,0 +1,27 @@ +#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') + + -- cgit 1.4.1