HistoryStore

termflow.tui.HistoryStore
trait HistoryStore

Abstraction for loading and persisting command history.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def append(entry: String): Unit
def load(): Vector[String]