Searched refs:m_long_help (Results 1 – 1 of 1) sorted by relevance
363 CommandOptions() : OptionGroup(), m_help(), m_long_help() {} in CommandOptions()385 m_long_help.SetCurrentValue(option_str); in SetOptionValue()386 m_long_help.SetOptionWasSet(); in SetOptionValue()400 m_long_help.Clear(); in OptionParsingStarting()404 OptionValueString m_long_help; member in CommandObjectCommandsAlias::CommandOptions653 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingRawCommand()654 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()755 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingNormalCommand()756 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()