mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +08:00
Proper return value on qshell help
This commit is contained in:
@@ -149,6 +149,7 @@ int QShell::run_cmd(const std::vector<std::string> &appargs)
|
||||
|
||||
if (command.compare("help") == 0) {
|
||||
list_builtins(apps);
|
||||
return 0;
|
||||
}
|
||||
|
||||
//replaces app.find with iterator code to avoid null pointer exception
|
||||
|
||||
Reference in New Issue
Block a user