Skip to content

Commit 58f22d7

Browse files
committed
Update JSON format warning
1 parent 436317b commit 58f22d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/cli/cli-command/analyze/analyze-cli-command.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@ Options:
170170
return debugJsonTransformer(results, program, config);
171171
case "json":
172172
console.log(`\n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!`);
173-
console.log(`WARNING: This json format is for experimental and demo purposes. You can expect changes to this format.`);
173+
console.log(` WARNING: This json format is for experimental and demo purposes. You can expect changes to this format.`);
174+
console.log(` Please follow and contribute to the discussion at:`);
175+
console.log(` - https://github.com/webcomponents/custom-elements-json`);
176+
console.log(` - https://github.com/w3c/webcomponents/issues/776`);
174177
console.log(`!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n`);
175178
return jsonTransformer(results, program, config);
176179
default:

0 commit comments

Comments
 (0)