object ArgParser
- Companion
- class
class Object
trait Matchable
class Any
Type members
Classlikes
Parsing signalled an early exit. This means that there wasn't an error, but that not all agruments were parsed, as one of them requested an early exit. Arguments are not available.
Parsing signalled an early exit. This means that there wasn't an error, but that not all agruments were parsed, as one of them requested an early exit. Arguments are not available.
There was an error during parsing. Arguments are not available.
There was an error during parsing. Arguments are not available.
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
User-friendly parameter information, used for generating help message