-
-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
Description
It would be nice if the executable were able to read from STDIN instead of from a file. The default convention for this in *nix is to read from STDIN if -
is specified as the filename. This is convenient when validating an automatically generated OpenAPI spec, because then it does not need to be saved as a file first.
I think this "issue" can receive the kind:enhancement
tag.