We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b279952 commit 5bfa6aeCopy full SHA for 5bfa6ae
framework/platform/platform.cpp
@@ -122,7 +122,7 @@ ExitCode Platform::initialize(const std::vector<Plugin *> &plugins_)
122
return ExitCode::Help;
123
}
124
auto optionIt = option_map.find(argumentDeque[0].substr(2));
125
- if (commandIt == command_map.end())
+ if (optionIt == option_map.end())
126
{
127
LOGE("Option \"{}\" is unknown!", argumentDeque[0]);
128
0 commit comments