Module clique_human_writer

Data Types

alert()

alert() = {alert, [status_list() | table() | text()]}

elem()

elem() = text() | status_list() | table() | alert() | usage()

status()

status() = [elem()]

status_list()

status_list() = {list, iolist(), [iolist()]} | {list, [iolist()]}

table()

table() = {table, [[{atom() | string(), term()}]]}

text()

text() = {text, iolist()}

usage()

usage() = usage

Function Index

write/1This module provides callback functions to the status parsing code in clique_status:parse/3.

Function Details

write/1

write(Status::status()) -> {iolist(), iolist()}

This module provides callback functions to the status parsing code in clique_status:parse/3. It specifically formats the output for a human at the console and handles an opaque context passed back during parsing.


Generated by EDoc