chore(cli): optimized logging output by mfranzke · Pull Request #1466 · pattern-lab/patternlab-node
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 */
};