| 113 | |
| 114 | namespace cmd { |
| 115 | void init_help() { |
| 116 | reg(std::make_unique<help_bugs>()); |
| 117 | reg(std::make_unique<help_contents>()); |
| 118 | reg(std::make_unique<help_irc>()); |
| 119 | reg(std::make_unique<help_video>()); |
| 120 | reg(std::make_unique<help_website>()); |
| 121 | } |
| 122 | } |
no test coverage detected