@@ -151,7 +151,6 @@ static ox::Error run(
|
|||||||
ox::StringView const moduleId = args[3];
|
ox::StringView const moduleId = args[3];
|
||||||
ox::StringView const subCmd = args[4];
|
ox::StringView const subCmd = args[4];
|
||||||
for (auto const m : modules()) {
|
for (auto const m : modules()) {
|
||||||
oxDebug(m->id());
|
|
||||||
if (m->id() == moduleId) {
|
if (m->id() == moduleId) {
|
||||||
for (auto const &c : m->commands()) {
|
for (auto const &c : m->commands()) {
|
||||||
if (c.name == subCmd) {
|
if (c.name == subCmd) {
|
||||||
|
|||||||
Reference in New Issue
Block a user