Update git submodules
* Update cliff from branch 'master'
to 9e12d0980849f17c4fa691138f478f406d7488f3
- Fix command name alignment broken by ANSI color codes in help output
When color is enabled, the command name was wrapped in ANSI escape
sequences before being passed to the %-13s / {:<13} format, causing
the invisible escape characters to count toward the minimum width.
This left no room for padding, misaligning all descriptions.
Fix: apply the width padding to the plain name first, then wrap the
already-padded string in color codes.
Change-Id: Ic32698cef8f1d0d761fa6882ec3210da8aec7df1
Signed-off-by: Todd Stansell <todd@stansell.org>
This commit is contained in:
committed by
Gerrit Code Review
parent
42592e6081
commit
2aed4f1251