FsPathReader

trait FsPathReader[A] extends Reader[A]
trait Reader[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

def typeName: String

Inherited methods

def read(a: String): Result[A]

Either convert the string to A or return a failure message.

Either convert the string to A or return a failure message.

Do not throw from a reader, as it will cause the argument parser to crash, leading to a horrible user experience.

Inherited from
Reader

Concrete fields

override val interactiveCompleter: String => Seq[String]