A monadic commandline options parser.
scopt.immutable.OptionParser is instantiated within your object,
set up by an (ordered) sequence of invocations of
the various builder methods such as
opt method or
arg method.
scopt.immutable.OptionParseris instantiated within your object, set up by an (ordered) sequence of invocations of the various builder methods such asoptmethod orargmethod.