Comparing version 1.23.2 to 1.23.3
@@ -26,2 +26,7 @@ import cliui from 'cliui'; | ||
const [command, description] = splitColumns(line); | ||
// patch the previous command if it was multiline | ||
if (!description && ui.rows.length > 1) { | ||
ui.rows[ui.rows.length - 2][0].text += command; | ||
return; | ||
} | ||
ui.div(chalk.cyan(command)); | ||
@@ -28,0 +33,0 @@ ui.div({ |
@@ -8,3 +8,3 @@ { | ||
"type": "module", | ||
"version": "1.23.2", | ||
"version": "1.23.3", | ||
"description": "CLI tool for NeonDB Cloud management", | ||
@@ -11,0 +11,0 @@ "main": "index.js", |
105493
2690