Exemplo n.º 1
0
 public ArgParser(ArgParserOptions options) {
   this(ArgParserImpl.create(options.getJSObject()));
 }
Exemplo n.º 2
0
 public ArgParser() {
   this(ArgParserImpl.create());
 }