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 e5ccf0e commit 8e16c59Copy full SHA for 8e16c59
packages/cli/bin/cli-actions/help.js
@@ -3,8 +3,8 @@ module.exports = () => {
3
/* eslint-disable */
4
console.log(`
5
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');`);
+ $ 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`);
9
/* eslint-enable */
10
};
0 commit comments