status multimethod

Methods

status(s:Str) Source: stdlib.ngs:3819
Send status information to standard error. Later status output will be treated specially by the shell. It will have suitable representation in the UI. Use status() when it's semantically a status - a task that's being done.
status(s:Str) Source: stdlib.ngs:3827
Send status information to standard error. Works only if stderr is a tty. Consequtive status() calls will use tty escape codes to overwrite previous status() message (one line up, erase to end of line, write new message). Show status on a tty
status(s:Str) Source: stdlib.ngs:3844
Show status as iTerm2 badge
status(tr:TestsResults, group_name:Str, test_name:Str, s:Str) Source: autoload/TestsResults.ngs:29
Undocumented