class CLI::Repl::Console

Defined in:

applications/cli/repl/console.cr

Constant Summary

HISTORY_FILE = "#{Path.home}/.crystal_redis_cli_history"

Constructors

Instance Method Summary

Constructor Detail

def self.new(prompt : String, input_stream : IO = STDIN, output_stream : IO = STDOUT) #

[View source]

Instance Method Detail

def on_input(&block : String -> String) : Nil #

[View source]
def run #

[View source]