public class ArgsParser
extends Object
Parses the command line options using scopt
library.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ArgsParser
public ArgsParser(String name)
-
Method Details
-
parse
public scala.Option<Options> parse(scala.collection.immutable.Seq<String> args)
-
parser
public scopt.OptionParser<Options> parser()