caseapp.core.complete
package caseapp.core.complete
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DefaultTo[T]class HelpCompleter[T]
- Self type
-
Completer[T]
object Completer
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class CompletionsInstallOptions(env: Boolean, name: Option[String], format: Option[String], output: Option[String], banner: String, rcFile: Option[String])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object CompletionsInstallOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class CompletionsUninstallOptions(rcFile: Option[String], banner: String, name: Option[String], output: Option[String])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object CompletionsUninstallOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
class HelpCompleter[T](help: Help[T]) extends Completer[T]
Attributes
- Supertypes
In this article