summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
index df89810..5e60a8c 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -158,6 +158,7 @@ namespace cli
option_ (option),
options_ (&option_info_),
options_count_ (1),
+ i_ (1),
skip_ (false)
{
option_info_.option = option_.c_str ();
@@ -174,6 +175,7 @@ namespace cli
option_ (option),
options_ (&option_info_),
options_count_ (1),
+ i_ (1),
skip_ (false)
{
option_info_.option = option_.c_str ();
@@ -189,6 +191,7 @@ namespace cli
: argv_scanner (argc, argv, erase),
options_ (options),
options_count_ (options_count),
+ i_ (1),
skip_ (false)
{
}
@@ -203,6 +206,7 @@ namespace cli
: argv_scanner (start, argc, argv, erase),
options_ (options),
options_count_ (options_count),
+ i_ (1),
skip_ (false)
{
}