Skip to content

Commit

Permalink
fix: add command name for improved usage output (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpopp07 authored Jan 16, 2020
1 parent 1ca1dc8 commit 53382eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli-validator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const version = require('../../package.json').version;
// set up the command line options
/* prettier-ignore */
program
.name('lint-openapi')
.version(version, '-v, --version')
.description('Run the validator on a specified file')
.arguments('[<file>]')
Expand Down

0 comments on commit 53382eb

Please sign in to comment.