Lines Matching refs:m_command_options
225 CommandOptions m_command_options; member in CommandObjectCommandsAlias
234 m_option_group(), m_command_options() { in CommandObjectCommandsAlias()
235 m_option_group.Append(&m_command_options); in CommandObjectCommandsAlias()
462 if (m_command_options.m_help.OptionWasSet()) in HandleAliasingRawCommand()
463 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()
464 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingRawCommand()
465 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
557 if (m_command_options.m_help.OptionWasSet()) in HandleAliasingNormalCommand()
558 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()
559 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingNormalCommand()
560 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()