MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / init_help

Function init_help

src/command/help.cpp:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114namespace 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}

Callers 1

init_builtin_commandsFunction · 0.85

Calls 1

regFunction · 0.85

Tested by

no test coverage detected