trait CGModulesArg extends PlainArg[List[String]]
Type Members
- type valueType = List[String]
Abstract Value Members
- abstract def description: String
- abstract def name: String
- abstract def operation(currentModules: List[String], argumentModules: List[String]): Unit
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def apply(config: Config, value: Option[List[String]]): Config
- final def apply(opalConfig: Config, cliConfig: OPALCommandLineConfig): Config
- def argName: String
- final def asInstanceOf[T0]: T0
- final val choices: Seq[String]
- def clone(): AnyRef
- def commands(): IterableOnce[Arg[_, _]]
- val conv: ValueConverter[List[String]]
- def defaultValue: Option[List[String]]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- def noshort: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def short: Char
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from Arg[List[String], List[String]]
Inherited from AnyRef
Inherited from Any