aboutsummaryrefslogtreecommitdiff
path: root/args.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'args.hxx')
-rw-r--r--args.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/args.hxx b/args.hxx
index 509a5c3..aab92dd 100644
--- a/args.hxx
+++ b/args.hxx
@@ -398,11 +398,13 @@ namespace args
return name;
}
+ /// Sets a kick-out value for building subparsers
void KickOut(bool kickout) noexcept
{
this->kickout = kickout;
}
+ /// Gets the kick-out value for building subparsers
bool KickOut() const noexcept
{
return kickout;