From b42d9a345e2b02a1b17fa61b22117fbf7b187a31 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 11 May 2012 11:19:04 +0200 Subject: Add support for -I option Now quote-included ("") option files are searched for relative to the including file while bracket-included (<>) ones are search in the directories specified with -I. --- cli/options.cli | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/options.cli') diff --git a/cli/options.cli b/cli/options.cli index 1462385..074e7a9 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -17,6 +17,12 @@ class options bool --help {"Print usage information and exit."}; bool --version {"Print version and exit."}; + std::vector --include-path | -I + { + "", + "Search for bracket-included (\cb{<>}) option files." + }; + std::string --output-dir | -o { "", -- cgit v1.1