BuiltInOption

zio.cli.BuiltInOption
See theBuiltInOption companion trait
object BuiltInOption

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class BuiltIn(help: Boolean, shellCompletionScriptPath: Option[JPath], shellType: Option[ShellType], shellCompletionIndex: Option[Int], wizard: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ShowCompletionScript(pathToExecutable: JPath, shellType: ShellType) extends BuiltInOption

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ShowCompletions(index: Int, shellType: ShellType) extends BuiltInOption

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ShowHelp(synopsis: UsageSynopsis, helpDoc: HelpDoc) extends BuiltInOption

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ShowWizard(command: Command[_]) extends BuiltInOption

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type JPath = Path

Attributes

Inherited from:
PathPlatformSpecific (hidden)

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def builtInOptions(command: => Command[_], usageSynopsis: => UsageSynopsis, helpDoc: => HelpDoc): Options[Option[BuiltInOption]]