_detach (326B)
1 #compdef detach 2 3 _arguments \ 4 '-e[connect file to standard error of command]:errfile:_files' \ 5 '-f[run in the foreground]' \ 6 '-i[connect file to standard input of command]:infile:_files' \ 7 '-o[connect file to standard output of command]:outfile:_files' \ 8 '(-):command name: _command_names -e' \ 9 '*::arguments: _normal'