Lines Matching defs:m_command_options
233 CommandOptions m_command_options;
242 m_option_group.Append(&m_command_options);
483 if (m_command_options.m_help.OptionWasSet())
484 alias->SetHelp(m_command_options.m_help.GetCurrentValue());
485 if (m_command_options.m_long_help.OptionWasSet())
486 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue());
581 if (m_command_options.m_help.OptionWasSet())
582 alias->SetHelp(m_command_options.m_help.GetCurrentValue());
583 if (m_command_options.m_long_help.OptionWasSet())
584 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue());