(string arg)
| 1449 | } |
| 1450 | |
| 1451 | internal void BuildCommand(string arg) |
| 1452 | { |
| 1453 | if (TryBuildCommand(arg)) |
| 1454 | Engine.RequestExit(1); |
| 1455 | } |
| 1456 | |
| 1457 | private bool TryBuildCommand(string arg) |
| 1458 | { |
nothing calls this directly
no test coverage detected