Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Commit 30de4cc

Browse files
authored
1 parent 966d68d commit 30de4cc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/ServerlessOpenApiDocumentation.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,18 @@ export class ServerlessOpenApiDocumentation {
6565
options: {
6666
output: {
6767
usage: "Output file location [default: openapi.yml|json]",
68-
shortcut: "o"
68+
shortcut: "o",
69+
type: 'string'
6970
},
7071
format: {
7172
usage: "OpenAPI file format (yml|json) [default: yml]",
72-
shortcut: "f"
73+
shortcut: "f",
74+
type: 'string'
7375
},
7476
indent: {
7577
usage: "File indentation in spaces [default: 2]",
76-
shortcut: "i"
78+
shortcut: "i",
79+
type: 'string'
7780
}
7881
}
7982
}

0 commit comments

Comments
 (0)