LowPriorityArgParsers

scala.cli.util.LowPriorityArgParsers
abstract class LowPriorityArgParsers

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ArgParsers.type

Members list

Concise view

Implicits

Implicits

case-app ArgParser for MaybeConfigPasswordOption

case-app ArgParser for MaybeConfigPasswordOption

Given a lower priority than the one for Option[MaybeConfigPasswordOption], as the latter falls back to None when given an empty string (like in --password ""), while letting it be automatically derived from this one (with the former parser and the generic ArgParser for Option[T] from case-app) would fail on such empty input.

Attributes