given_Argument_Path

pillars.package$package.given_Argument_Path
object given_Argument_Path extends Argument[Path]

Attributes

Graph
Supertypes
trait Argument[Path]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def defaultMetavar: String

Returns a short, human-readable description of the accepted input format for this type, suitable to be used in a command-line usage message.

Returns a short, human-readable description of the accepted input format for this type, suitable to be used in a command-line usage message.

Attributes

def read(string: String): ValidatedNel[String, Path]

Attempt to parse a single command-line argument: given an argument, this returns either the parsed value or a message explaining the failure.

Attempt to parse a single command-line argument: given an argument, this returns either the parsed value or a message explaining the failure.

Attributes

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Argument -> Any
Inherited from:
Argument