PathTokensReader
Additional mainargs.TokensReader instance to teach it how to read Ammonite paths
Attributes
- Source
- JsonFormatters.scala
- Graph
-
- Supertypes
-
trait Simple[Path]trait ShortNamed[Path]trait Terminal[Path]trait TokensReader[Path]class Objecttrait Matchableclass AnyShow all
- Self type
-
Members list
Value members
Concrete methods
Converts the given input tokens to a T or an error String. The input is a Seq because input tokens can be passed more than once, e.g. --foo bar --foo qux will result in read being passed ["foo", "qux"]
Converts the given input tokens to a T or an error String. The input is a Seq because input tokens can be passed more than once, e.g. --foo bar --foo qux will result in read being passed ["foo", "qux"]
Attributes
- Source
- JsonFormatters.scala
The label that shows up in the CLI help message, e.g. the bar in --foo <bar>
The label that shows up in the CLI help message, e.g. the bar in --foo <bar>
Attributes
- Source
- JsonFormatters.scala
Inherited methods
Whether this CLI param can be no passed from the CLI, even if a default value is not specified. In that case, read receives an empty Seq
Whether this CLI param can be no passed from the CLI, even if a default value is not specified. In that case, read receives an empty Seq
Attributes
- Inherited from:
- Simple
Whether is CLI param is repeatable
Whether is CLI param is repeatable
Attributes
- Inherited from:
- Simple
Attributes
- Inherited from:
- TokensReader
Attributes
- Inherited from:
- TokensReader
Attributes
- Inherited from:
- TokensReader
Attributes
- Inherited from:
- TokensReader
Attributes
- Definition Classes
-
Simple -> TokensReader
- Inherited from:
- Simple