in src/main/kotlin/com/uber/nanoscope/Main.kt [45:50]
fun handle(args: List<String>) { return handlerClass.constructors .first() .call(args) .run() }