Lines Matching refs:m_command_options
408 CommandOptions m_command_options; member in CommandObjectCommandsAlias
417 m_option_group(), m_command_options() { in CommandObjectCommandsAlias()
418 m_option_group.Append(&m_command_options); in CommandObjectCommandsAlias()
651 if (m_command_options.m_help.OptionWasSet()) in HandleAliasingRawCommand()
652 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()
653 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingRawCommand()
654 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
753 if (m_command_options.m_help.OptionWasSet()) in HandleAliasingNormalCommand()
754 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()
755 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingNormalCommand()
756 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()