CommandError

termflow.tui.TermFlowError.CommandError
final case class CommandError(input: String)

Raised by TuiApp.toMsg when the prompt line cannot be parsed into a meaningful message.

Value parameters

input

The original prompt line as typed by the user.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product