Adjusts width of command names in help menu

This commit is contained in:
Eyal Toledano
2025-03-22 03:36:12 -04:00
parent 2be58d76e5
commit 12ff8b60f2
2 changed files with 3 additions and 40 deletions

View File

@@ -2938,7 +2938,7 @@ function displayHelp() {
));
const commandTable = new Table({
colWidths: [20, 40, 50],
colWidths: [25, 40, 45],
chars: {
'top': '', 'top-mid': '', 'top-left': '', 'top-right': '',
'bottom': '', 'bottom-mid': '', 'bottom-left': '', 'bottom-right': '',