class ArgsParser
ArgsParser()
fun parse(vararg args: String): CmdLineOptions
fun printHelp(sink: PrintStream): Unit