summaryrefslogtreecommitdiff
path: root/m4/lls/include/complete.m4
blob: c9f135c3de705ff1db791c44286f95a1b61800e4 (plain)
1
2
3
4
5
6
7
8
[option complete]
	summary = print possible command line completions
	[help]
		If this flag is given, the environment variables COMP_LINE and
		COMP_POINT are examined to obtain the current command line and the
		cursor position respectively. Possible completions are written to
		stdout and the program exits.
	[/help]