summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx19
1 files changed, 18 insertions, 1 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
index a361898..a66312d 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -1,7 +1,14 @@
-// This code was generated by CLI, a command line interface
+// -*- C++ -*-
+//
+// This file was generated by CLI, a command line interface
// compiler for C++.
//
+// Begin prologue.
+//
+//
+// End prologue.
+
namespace cli
{
// unknown_mode
@@ -274,6 +281,12 @@ long_usage () const
return this->long_usage_;
}
+inline const bool& options::
+short_usage () const
+{
+ return this->short_usage_;
+}
+
inline const std::size_t& options::
option_length () const
{
@@ -514,3 +527,7 @@ options_file () const
return this->options_file_;
}
+// Begin epilogue.
+//
+//
+// End epilogue.