aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 531920cd869c410a598b2dfa83a66c3d77083431 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
NAME
	auto-auto-complete - Autogenerate shell auto-completion scripts

SYNOPSIS
	auto-auto-complete SHELL --output OUTPUT --source SOURCE [VARIABLE=VALUE]...
	auto-auto-complete SHELL --where COMMAND

DESCRIPTION
	auto-auto-complete generates a shell auto-completion script for
	the shell SHELL, from the file SOURCE, and stores it to OUTPUT.
	Or, if --where is used, print to stdout, where such generate
	file should be stored for the command COMMAND, and the shell SHELL.

	When generating a file, a series of variables can defined using
	the argument pattern 'VARIABLE=VALUE'.

SEE ALSO
	bash-completion, bash(1), fish(1), zsh(1)

	Full documentation available locally via: info '(auto-auto-complete)