alert() = {alert, [status_list() | table() | text()]}
elem() = text() | status_list() | table() | alert() | usage()
status() = [elem()]
status_list() = {list, iolist(), [iolist()]} | {list, [iolist()]}
table() = {table, [[{atom() | string(), term()}]]}
text() = {text, iolist()}
usage() = usage
| write/1 | This module provides callback functions to the status parsing code in clique_status:parse/3. |
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