idiot

A library for creating pleasant command-line output for repetitive tasks, where a callback must iterate over an array of arguments.

This library assumes support for ANSI Escape Codes. If your terminal does not support ANSI Escape Codes, then tough luck.

Members

Classes

Idiot
class Idiot(T)

Enums

IdiotIterationStatus
enum IdiotIterationStatus

Structs

IdiotIteration
struct IdiotIteration(T)
IdiotRun
struct IdiotRun(T)

Variables

ANSI_BLUE
string ANSI_BLUE;
Undocumented in source.
ANSI_CYAN
string ANSI_CYAN;
Undocumented in source.
ANSI_DELETE_LINE
string ANSI_DELETE_LINE;
Undocumented in source.
ANSI_ERROR
string ANSI_ERROR;
Undocumented in source.
ANSI_GREEN
string ANSI_GREEN;
Undocumented in source.
ANSI_RED
string ANSI_RED;
Undocumented in source.
ANSI_RESET
string ANSI_RESET;
Undocumented in source.
ANSI_YELLOW
string ANSI_YELLOW;
Undocumented in source.

See Also

Meta

Authors

  • $(PERSON Jonathan M. Wilbur, jonathan@wilbur.space, http://jonathan.wilbur.space)