fix: Make CLI table wider

pull/26/head
Boaz Poolman 2021-11-10 16:42:44 +01:00
parent 6282e4e401
commit 7609cf4ecf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const program = new Command();
const initTable = (head) => {
return new Table({
head: [chalk.green('Name'), chalk.green(head || 'State')],
colWidths: [50, 15],
colWidths: [70, 15],
chars: { top: '═',
'top-mid': '╤',
'top-left': '╔',