summaryrefslogtreecommitdiff
path: root/cli/options.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-24 13:27:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-24 13:27:35 +0200
commitfc98bf23c16baf836d2c841792d4e0b35dd82727 (patch)
tree100aae5a488eddec339e5be579a83bd794134e54 /cli/options.hxx
parent74fff9901d9529cdde4ed42254aa21afe466ac3a (diff)
Return bool from parse() indicating whether anything has been parsed
Diffstat (limited to 'cli/options.hxx')
-rw-r--r--cli/options.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/options.hxx b/cli/options.hxx
index a4242bc..8a93b43 100644
--- a/cli/options.hxx
+++ b/cli/options.hxx
@@ -1410,7 +1410,7 @@ class options
_parse (const char*, ::cli::scanner&);
private:
- void
+ bool
_parse (::cli::scanner&,
::cli::unknown_mode option,
::cli::unknown_mode argument);