ParamInfo

case class ParamInfo(isNamed: Boolean, names: Seq[String], isFlag: Boolean, repeats: Boolean, env: Option[String], description: String, completer: Completer, showDefault: Option[() => String])

User-friendly parameter information, used for generating help message

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product