BashCompleter

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Default extends BashCompleter

Default bash completion (uses paths)

Default bash completion (uses paths)

case object Empty extends BashCompleter

No completion

No completion

case class Fixed(alternatives: Set[String]) extends BashCompleter

Completion picked from a fixed set of words

Completion picked from a fixed set of words

case class Raw(script: String) extends BashCompleter

A plain bash sniipet that is executed during completion.

A plain bash sniipet that is executed during completion.

This should typically either set COMPREPLY or call compopt.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror