Skip to content

Commit 8ae9727

Browse files
committed
Update validate usage
1 parent ef6ffdf commit 8ae9727

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/cli/run/validate.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ import validateTranslation from '../../services/translation/validate';
1010

1111
const helperText = `
1212
Usage:
13-
--validate-schema sample-widget/schema.json
14-
--validate-query-params sample-widget/queryParamsBuilder.json
13+
widget-builder validate --schema schema.json
14+
widget-builder validate --query-params queryParamsBuilder.json
15+
widget-builder validate --translation schema_translation.json
1516
`;
1617

1718
const validateCommands = () => {

0 commit comments

Comments
 (0)