Beispiel #1
0
 public ArgParser(ArgParserOptions options) {
   this(ArgParserImpl.create(options.getJSObject()));
 }
Beispiel #2
0
 public ArgParser() {
   this(ArgParserImpl.create());
 }