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 e2cf596 commit 5743d52Copy full SHA for 5743d52
scripts/md2html/md2html.js
@@ -23,7 +23,7 @@ let argv = require('yargs')
23
.string('maintainers')
24
.alias('m','maintainers')
25
.describe('maintainers','path to MAINTAINERS.md')
26
- .require(1)
+ .demandCommand(1)
27
.argv;
28
const abstract = 'What is the OpenAPI Specification?';
29
let maintainers = [];
0 commit comments