FsPathReader

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

Value members

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.

Note that throwing an exception from a reader will cause the parser to crash, leading to a horrible user experience.

Inherited from
Reader
def show(a: A): String

Show a given value as a string. This is used in help dialogs to display default values.

Show a given value as a string. This is used in help dialogs to display default values.

Inherited from
Reader

Concrete fields

override val completer: String => Seq[String]