我正在使用column
命令来解析的输出git for-each-ref
。
使用 linux-utils 2.29 一切正常,但使用 2.30 时我的终端无法呈现颜色:
git for-each-ref --sort=-committerdate \
--format='%(color:yellow)|%(committerdate:relative)|%(HEAD)%(color:bold green)%(refname:short)%(color:reset)|%(contents:lines=1)' \
--count=8 \
refs/heads | column -ts'|'
前:
后:
这似乎与发行说明中的此条目相关:
命令“column -t|--table”已被修改为使用 libsmartcols。
我将提交错误报告至内核网站,但该页面只是将我重定向到这里。