package jline
- Alphabetic
- Public
- All
Type Members
-
trait
FileBackedHistory extends JLineHistory with PersistentHistory
TODO: file locking.
-
class
InteractiveReader extends interpreter.InteractiveReader
Reads from the console using JLine.
Reads from the console using JLine.
Eagerly instantiates all relevant JLine classes, so that we can detect linkage errors on
new JLineReader
and retry. - class JLineDelimiter extends ArgumentDelimiter
-
trait
JLineHistory extends History with History
A straight scalafication of the jline interface which mixes in the sparse jline-independent one too.
Value Members
- object FileBackedHistory
- object JLineHistory