UNPKG

gplint

Version:

A Gherkin linter/validator written in Javascript.

9 lines 220 B
export const format = { alias: 'f', description: 'Output format.', required: false, type: 'string', choices: ['json', 'stylish', 'xunit'], default: 'stylish', }; //# sourceMappingURL=format.js.map