From dd817b37a1139f0bbc1414c8b542734662c5da88 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Mar 2018 15:29:02 +0200 Subject: Implement group_scanner --- cli/options.cli | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cli/options.cli') diff --git a/cli/options.cli b/cli/options.cli index ffa0e5d..ca80729 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -74,6 +74,14 @@ class options of reading command line arguments from \cb{vector}." }; + bool --generate-group-scanner + { + "Generate the \c{group_scanner} implementation. This scanner supports the + notion of argument groups that are only applied to a certain argument. + + @@ TODO" + }; + bool --suppress-inline { "Generate all functions non-inline. By default simple functions are -- cgit v1.1