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 e5fb75d commit ea5405aCopy full SHA for ea5405a
src/cli/commands.ts
@@ -55,7 +55,8 @@ export default {
55
},
56
components: {
57
array: true,
58
- description: 'Filter only the components that you want to be included'
+ description:
59
+ 'List of component names that you want to be packaged and exposed on dev registry'
60
}
61
62
usage: 'Usage: $0 dev <dirPath> [port] [baseUrl] [options]'
0 commit comments