File: _xe

package info (click to toggle)
xe 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: ansic: 680; sh: 518; perl: 73; makefile: 30
file content (20 lines) | stat: -rw-r--r-- 737 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#compdef xe

_arguments -s -S -A '-*' : \
	'-f[read argument from file]:file:_files' \
	'-s[use shell]:script: ' \
	'-a[use arguments after --]' \
	'-A[use arguments after separator]:separator: ' \
        '-0[read arguments NUL-separated]' \
	'-F[fatal: stop when a command fails]' \
	'*-L[line-buffer output]' \
	'-R[return 122 when no arguments are specified]' \
	'-n[dry run (do not run commands)]' \
	'-q[quiet mode]' \
	'*-v[verbose mode]' \
	'-I[argument replacement string]:string: ' \
	'-j[maximum number of parallel command executions]:number: ' \
	'(-p)-N[maximum number of arguments per command]:number: ' \
	'(-N)-p[enable percent rules]:percent pattern: ' \
	'(-):command name: _command_names -e' \
	'*::arguments:_normal'