public ArgParser(ArgParserOptions options) {
   this(ArgParserImpl.create(options.getJSObject()));
 }
 public ArgParser() {
   this(ArgParserImpl.create());
 }