Single
zio.cli.Command.Single
Attributes
- Graph
-
- Supertypes
- Self type
-
Members list
Value members
Concrete methods
def parse(args: List[String], conf: CliConfig): IO[ValidationError, CommandDirective[(OptionsType, ArgsType)]]
Inherited methods
Attributes
- Inherited from:
- Command
Attributes
- Inherited from:
- Command
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Command
final def subcommands[B](that: Command[B])(implicit ev: Reducable[(OptionsType, ArgsType), B]): Command[ev.Out]
Attributes
- Inherited from:
- Command
Attributes
- Inherited from:
- Command
Attributes
- Inherited from:
- Command
In this article