Skip to content

Commit

Permalink
chore(cli): optimized logging output (#1466)
Browse files Browse the repository at this point in the history
removed some leftovers from 4a5c199 changes, the old console.log method endings
  • Loading branch information
mfranzke committed Jan 7, 2023
1 parent e5ccf0e commit 8e16c59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cli/bin/cli-actions/help.js
Expand Up @@ -3,8 +3,8 @@ module.exports = () => {
/* eslint-disable */
console.log(`
Examples:
$ patternlab init # Initialize a Pattern Lab project.');
$ patternlab <cmd> # Builds Pattern Lab from the current dir');
$ patternlab <cmd> --config <path/to/patternlab-config> # Pattern Lab from a config in a specified directory');`);
$ patternlab init # Initialize a Pattern Lab project
$ patternlab <cmd> # Builds Pattern Lab from the current dir
$ patternlab <cmd> --config <path/to/patternlab-config> # Pattern Lab from a config in a specified directory`);
/* eslint-enable */
};

0 comments on commit 8e16c59

Please sign in to comment.