We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94da76e commit ecd7e02Copy full SHA for ecd7e02
1 file changed
packages/core/src/cli/index.ts
@@ -11,6 +11,7 @@ let isInitCommand = false
11
const main = defineCommand({
12
meta: {
13
name: 'genapi',
14
+ description: 'Generate API client from OpenAPI/Swagger',
15
version: parser.getVersion(),
16
},
17
args: {
@@ -21,6 +22,7 @@ const main = defineCommand({
21
22
input: {
23
type: 'positional',
24
description: 'The incoming string resolves to a uri or json path.',
25
+ required: false,
26
27
outfile: {
28
type: 'string',
0 commit comments