]> git.tuebingen.mpg.de Git - paraslash.git/blob - ggo/complete.m4
audiod: Deprecate the --no_default_filters option.
[paraslash.git] / ggo / complete.m4
1 <qu>
2 option "complete" -
3 #~~~~~~~~~~~~~~~~~~
4 "print possible command line completions"
5         flag off
6         details = "
7         If this flag is given, </qu>CURRENT_PROGRAM<qu> reads the environment
8         variables COMP_LINE and COMP_POINT to obtain the current command line
9         and the cursor position respectively, prints possible completions
10         to stdout and exits.
11 "
12 </qu>