
27 Aug
2016
27 Aug
'16
6:05 p.m.
On 25 July 2016 at 18:59, Simon Glass sjg@chromium.org wrote:
When tools want to display information of varying levels of importance, it helps to provide the user with control over the verbosity of these messages. Progress messages work best if they are displayed and then removed from the display when no-longer relevant.
Add a new tout library (terminal out) to handle these tasks.
Signed-off-by: Simon Glass sjg@chromium.org
tools/patman/tout.py | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 tools/patman/tout.py
Applied to u-boot-dm/next.