]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ggo/complete.m4
client: Implement interactive mode.
[paraslash.git] / ggo / complete.m4
diff --git a/ggo/complete.m4 b/ggo/complete.m4
new file mode 100644 (file)
index 0000000..14e737c
--- /dev/null
@@ -0,0 +1,12 @@
+<qu>
+option "complete" -
+#~~~~~~~~~~~~~~~~~~
+"print possible command line completions"
+       flag off
+       details = "
+       If this flag is given, </qu>CURRENT_PROGRAM<qu> reads the environment
+       variables COMP_LINE and COMP_POINT to obtain the current command line
+       and the cursor position respectively, prints possible completions
+       to stdout and exits.
+"
+</qu>