From 74dfffa9df361e35a5910f1cf5b1734571bbef91 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Dec 2009 10:50:23 +0200 Subject: Allows additional options to be provided in files (--options-file) Implemented using the new argv_file_scanner scanner implementation. --- doc/cli.xhtml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/cli.xhtml') diff --git a/doc/cli.xhtml b/doc/cli.xhtml index 3389c77..3a09c96 100644 --- a/doc/cli.xhtml +++ b/doc/cli.xhtml @@ -204,6 +204,16 @@ that should not be used as identifiers. If provided, the replacement name is used instead. All C++ keywords are already in this list. +
--options-file file
+
Read additional options from file with each option appearing on a + separate line optionally followed by space and an option value. Empty lines + and lines starting with # are ignored. The semantics of + providing options in a file is equivalent to providing the same set of + options in the same order on the command line at the point where the + --options-file option is specified except that shell + escaping and quoting is not required. Repeat this option to specify more + than one options files.
+

DIAGNOSTICS

-- cgit v1.1