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