Raw

case class Raw(script: String) extends BashCompleter

A plain bash sniipet that is executed during completion.

This should typically either set COMPREPLY or call compopt.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product