Package org.docopt

Examples of org.docopt.Docopt


      + "  --drifting    Drifting mine.\n"
      + "\n";

  public static void main(final String[] args) {
    final Map<String, Object> opts =
        new Docopt(doc).withVersion("Naval Fate 2.0").parse(args);
    System.out.println(opts);
  }
View Full Code Here

TOP

Related Classes of org.docopt.Docopt

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.