Percent: add option --percent-width

This commit is contained in:
李通洲
2025-07-30 15:06:16 +08:00
parent ce554dbdd0
commit aa0bbd5aee
5 changed files with 23 additions and 1 deletions
+9
View File
@@ -658,6 +658,15 @@
}
}
},
{
"long": "percent-width",
"desc": "Specify the width of the percentage number, in number of characters",
"remark": "This option affects only percentage numbers, not bars",
"arg": {
"type": "num",
"default": 0
}
},
{
"long": "bar-char-elapsed",
"desc": "Set the character to use in the elapsed part of percentage bars",