Lines Matching defs:m_command_options
233 CommandOptions m_command_options;
242 m_option_group.Append(&m_command_options);
489 if (m_command_options.m_help.OptionWasSet())
490 alias->SetHelp(m_command_options.m_help.GetCurrentValue());
491 if (m_command_options.m_long_help.OptionWasSet())
492 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue());
587 if (m_command_options.m_help.OptionWasSet())
588 alias->SetHelp(m_command_options.m_help.GetCurrentValue());
589 if (m_command_options.m_long_help.OptionWasSet())
590 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue());