Scalax
|
|
scalax/io/CommandLineParser.scala
]
trait
AllowAll
extends
OptionSpecMethod Summary | |
def
|
allow
: scala.collection.immutable.Set[OptionSpec]
Specifies which other options may be used in conjunction with this
one. This option must appear in its own allow list if it is allowed
to appear more than once.
|
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Methods inherited from OptionSpec | |
shortName (abstract), longName (abstract), description (abstract) |
Method Details |
def
allow : scala.collection.immutable.Set[OptionSpec]
Scalax
|
|