Skip to content

Commit 8e16c59

Browse files
authored
chore(cli): optimized logging output (#1466)
removed some leftovers from 4a5c199 changes, the old console.log method endings
1 parent e5ccf0e commit 8e16c59

File tree

1 file changed

+3
-3
lines changed
  • packages/cli/bin/cli-actions

1 file changed

+3
-3
lines changed

packages/cli/bin/cli-actions/help.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module.exports = () => {
33
/* eslint-disable */
44
console.log(`
55
Examples:
6-
$ patternlab init # Initialize a Pattern Lab project.');
7-
$ patternlab <cmd> # Builds Pattern Lab from the current dir');
8-
$ patternlab <cmd> --config <path/to/patternlab-config> # Pattern Lab from a config in a specified directory');`);
6+
$ patternlab init # Initialize a Pattern Lab project
7+
$ patternlab <cmd> # Builds Pattern Lab from the current dir
8+
$ patternlab <cmd> --config <path/to/patternlab-config> # Pattern Lab from a config in a specified directory`);
99
/* eslint-enable */
1010
};

0 commit comments

Comments
 (0)