Gromacs
2024.4
|
Private implementation class for CommandLineHelpWriter.
Public Member Functions | |
Impl (const Options &options) | |
Sets the Options object to use for generating help. | |
void | formatBugs (const HelpWriterContext &context) |
Format the list of known issues. | |
Public Attributes | |
const Options & | options_ |
Options object to use for generating help. | |
std::string | helpText_ |
Help text. | |
std::vector< std::string > | bugs_ |
List of bugs/knows issues. | |