Crate lsio [] [src]

Modules

commands
config
error
macros
prompts

Macros

print_color

print! with a specific color.

println_color

println! with a specific color.

println_color_quiet

print_color! with quiet option.

println_color_quiet

println_color! with a quiet option.

repeat

repeat - Prints out a repeat of characters

repeat_color

repeat_color - Prints out a repeat of characters in a specific color.

repeat_color_quiet

repeat_color! with quiet option.

repeat_color_with_ends

repeat_color_with_ends - Prints out a repeat of characters in a specific color and centers any text passed in along with printing left end and right end characters.