fix: Make CLI table wider
parent
6282e4e401
commit
7609cf4ecf
|
@ -14,7 +14,7 @@ const program = new Command();
|
||||||
const initTable = (head) => {
|
const initTable = (head) => {
|
||||||
return new Table({
|
return new Table({
|
||||||
head: [chalk.green('Name'), chalk.green(head || 'State')],
|
head: [chalk.green('Name'), chalk.green(head || 'State')],
|
||||||
colWidths: [50, 15],
|
colWidths: [70, 15],
|
||||||
chars: { top: '═',
|
chars: { top: '═',
|
||||||
'top-mid': '╤',
|
'top-mid': '╤',
|
||||||
'top-left': '╔',
|
'top-left': '╔',
|
||||||
|
|
Loading…
Reference in New Issue