HelpCompleter

caseapp.core.complete.HelpCompleter
class HelpCompleter[T](help: Help[T]) extends Completer[T]

Attributes

Graph
Supertypes
trait Completer[T]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def argument(prefix: String, state: Option[T], args: RemainingArgs): List[CompletionItem]
def optionName(prefix: String, state: Option[T], args: RemainingArgs): List[CompletionItem]
def optionValue(arg: Arg, prefix: String, state: Option[T], args: RemainingArgs): List[CompletionItem]

Inherited methods

def contramapOpt[U](f: U => Option[T]): Completer[U]

Attributes

Inherited from:
Completer
def postDoubleDash(state: Option[T], args: RemainingArgs): Option[Completer[T]]

Attributes

Inherited from:
Completer

Attributes

Inherited from:
Completer

Attributes

Inherited from:
Completer