diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2000-04-20 10:47:00 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2000-04-20 10:47:00 +0000 |
commit | 3e77ff98c47b6f1c7f949f197cb68ebec734cc86 (patch) | |
tree | 2306f863e536809aebfb736a188306571b40bb70 /Completion/AIX/_smit | |
parent | 4debe47da511d78f9bee5d26926308e640b7bc9f (diff) | |
download | zsh-3e77ff98c47b6f1c7f949f197cb68ebec734cc86.tar.gz zsh-3e77ff98c47b6f1c7f949f197cb68ebec734cc86.tar.xz zsh-3e77ff98c47b6f1c7f949f197cb68ebec734cc86.zip |
Add new completions for AIX commands
Diffstat (limited to 'Completion/AIX/_smit')
-rw-r--r-- | Completion/AIX/_smit | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Completion/AIX/_smit b/Completion/AIX/_smit new file mode 100644 index 000000000..18a901148 --- /dev/null +++ b/Completion/AIX/_smit @@ -0,0 +1,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]' + |