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:
Todd Stansell
2026-04-09 13:54:26 -07:00
committed by Gerrit Code Review
parent 42592e6081
commit 2aed4f1251

2
cliff

Submodule cliff updated: 9cb9390004...9e12d09808