zio.cli.BuiltInOption
See theBuiltInOption companion trait
object BuiltInOption
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
BuiltInOption.type
Members list
Type members
Classlikes
final case class ShowCompletionScript(pathToExecutable: JPath, shellType: ShellType) extends BuiltInOption
Attributes
- Supertypes
-
trait BuiltInOptiontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class ShowCompletions(index: Int, shellType: ShellType) extends BuiltInOption
Attributes
- Supertypes
-
trait BuiltInOptiontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class ShowHelp(synopsis: UsageSynopsis, helpDoc: HelpDoc) extends BuiltInOption
Attributes
- Supertypes
-
trait BuiltInOptiontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class ShowWizard(command: Command[_]) extends BuiltInOption
Attributes
- Supertypes
-
trait BuiltInOptiontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited types
Attributes
- Inherited from:
- PathPlatformSpecific (hidden)
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
def builtInOptions(command: => Command[_], usageSynopsis: => UsageSynopsis, helpDoc: => HelpDoc): Options[Option[BuiltInOption]]
In this article