register.go 用 tr.T("cmd.ignore.short") 设置 ignore 组描述,但该键在两个语言包中都缺失,导致 --help 里直接显示字面量 cmd.ignore.short:
register.go
tr.T("cmd.ignore.short")
ignore
--help
cmd.ignore.short
en-US.json
zh-CN.json
TestRegisterAllGroupDescriptions