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 bcc2f5a commit 14b081fCopy full SHA for 14b081f
openapi_spec_validator/__main__.py
@@ -47,7 +47,7 @@ def main(args=None):
47
48
# choose source
49
reader = read_from_filename
50
- if args.filename == '-':
+ if args.filename in ['-', '/-']:
51
reader = read_from_stdin
52
53
# read source
0 commit comments