summaryrefslogtreecommitdiff
path: root/cli/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.cli')
-rw-r--r--cli/options.cli6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/options.cli b/cli/options.cli
index 7f8c138..9212024 100644
--- a/cli/options.cli
+++ b/cli/options.cli
@@ -176,6 +176,12 @@ class options
"Exclude base class information from usage and documentation."
};
+ bool --include-base-last
+ {
+ "Include base class information after derived for usage and documentation.
+ By default, base classes are included first."
+ };
+
std::vector<std::string> --class
{
"<fq-name>",