The afh_receiver, infrastructure.
[paraslash.git] / m4 / gengetopt / 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>