We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401b4e9 commit 24daa33Copy full SHA for 24daa33
.changeset/seven-impalas-burn.md
@@ -0,0 +1,5 @@
1
+---
2
+"webtools-cli": patch
3
4
+
5
+fix: formatting of premium addons
packages/cli/src/commands/subcommands/license-setup.ts
@@ -7,8 +7,8 @@ export async function licenseSetup() {
7
console.log('Start your free trial and get:');
8
console.log('✨ 7 days of access to the Essential plan, which includes:');
9
console.log('✅ Automated Redirects');
10
- console.log('✅ Internal Links\n');
11
- console.log('✅ Breadcrumbs\n');
+ console.log('✅ Internal Links');
+ console.log('✅ Breadcrumbs');
12
console.log('✅ Unlimited sitemaps\n');
13
14
const selectedPlan = await select({
0 commit comments