AbstractCliBuilder

sline.AbstractCliBuilder

This helps ensure the same API for both JVM and Native, as well as provides the same doc comments for both CliBuilders.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CliBuilder

Members list

Value members

Abstract methods

def build(): Cli
def completer(completer: Completer): AbstractCliBuilder.this.type

Use the default history implementation for the CLI provided by either Replxx or JLine

Use the default history implementation for the CLI provided by either Replxx or JLine

Attributes

def highlighter(highlighter: Highlighter): AbstractCliBuilder.this.type
def hinter(hinter: Hinter): AbstractCliBuilder.this.type
def history(history: History): AbstractCliBuilder.this.type