We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca1dc8 commit 53382ebCopy full SHA for 53382eb
src/cli-validator/index.js
@@ -13,6 +13,7 @@ const version = require('../../package.json').version;
13
// set up the command line options
14
/* prettier-ignore */
15
program
16
+ .name('lint-openapi')
17
.version(version, '-v, --version')
18
.description('Run the validator on a specified file')
19
.arguments('[<file>]')
0 commit comments