Searched refs:short_help_string_ (Results 1 – 1 of 1) sorted by relevance
150 : name_(name), short_help_string_(short_help_string), long_help_string_(long_help_string) {} in Command()156 const std::string& ShortHelpString() const { return short_help_string_; } in ShortHelpString()191 const std::string short_help_string_; variable