summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx14
1 files changed, 14 insertions, 0 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
index df0e39e..4a5b17e 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -98,6 +98,20 @@ namespace cli
return file_;
}
+ // unmatched_quote
+ //
+ inline unmatched_quote::
+ unmatched_quote (const std::string& argument)
+ : argument_ (argument)
+ {
+ }
+
+ inline const std::string& unmatched_quote::
+ argument () const
+ {
+ return argument_;
+ }
+
// argv_scanner
//
inline argv_scanner::