module IOHelper

Direct including types

Defined in:

helpers/io_helper.cr

Constant Summary

DEFAULT_COLOR = "\e[0m"
ERROR_COLOR = "\e[31m"
PRIMARY_COLOR = "\e[32m"

Instance Method Summary

Macro Summary

Instance Method Detail

def exit_error(string) #

[View source]
def exit_success(string) #

[View source]
def get_file_name(file_path) #

[View source]
def input #

[View source]
def input_cmd #

[View source]
def output(string, new_line = false) #

[View source]
def output_error(string, new_line = false) #

[View source]
def output_success(string, new_line = false) #

[View source]

Macro Detail

macro output_error_with_retry(string) #

[View source]