fix(cli): disable vertical borders of the update notification (#9309)

This commit is contained in:
qwerzl 2023-09-16 00:55:28 +08:00 committed by GitHub
parent 598b32011f
commit 6e8e276e40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(