| 502 | } |
| 503 | |
| 504 | bool ExecParent(const std::vector<std::string>& cmdLine, CliSession& session) |
| 505 | { |
| 506 | return HandleCommand({Name(), ParentShortcut()}, cmdLine, session); |
| 507 | } |
| 508 | |
| 509 | bool ScanCmds(const std::vector<std::string>& cmdLine, CliSession& session) |
| 510 | { |
no outgoing calls
no test coverage detected