From 6e8e276e406e24c46bf34385dd47ebd2e44bc152 Mon Sep 17 00:00:00 2001 From: qwerzl <46770502+qwerzl@users.noreply.github.com> Date: Sat, 16 Sep 2023 00:55:28 +0800 Subject: [PATCH] fix(cli): disable vertical borders of the update notification (#9309) --- packages/docusaurus/bin/beforeCli.mjs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/docusaurus/bin/beforeCli.mjs b/packages/docusaurus/bin/beforeCli.mjs index e9a91576a5..ebf2d975ad 100644 --- a/packages/docusaurus/bin/beforeCli.mjs +++ b/packages/docusaurus/bin/beforeCli.mjs @@ -141,7 +141,16 @@ export default async function beforeCli() { margin: 1, align: 'center', borderColor: 'yellow', - borderStyle: 'round', + borderStyle: { + topLeft: ' ', + topRight: ' ', + bottomLeft: ' ', + bottomRight: ' ', + top: '-', + bottom: '-', + left: ' ', + right: ' ', + }, }; const docusaurusUpdateMessage = boxen(