(args)
| 15 | |
| 16 | |
| 17 | def initOptions(args): |
| 18 | checkUpdate(args) |
| 19 | checkShow(args) |
| 20 | checkConfig(args) |
| 21 | EngineRegister(args) |
| 22 | ScriptRegister(args) |
| 23 | TargetRegister(args) |
| 24 | ApiRegister(args) |
| 25 | Output(args) |
| 26 | Misc(args) |
| 27 | |
| 28 | |
| 29 | def checkUpdate(args): |
no test coverage detected