Skip to content

Commit f04d7f3

Browse files
authored
Add an explicit information about why remote globbing doesn't work (#649)
1 parent 6d9854c commit f04d7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ npx openapi-typescript https://petstore.swagger.io/v2/swagger.json --output pets
6060
# 🚀 https://petstore.swagger.io/v2/swagger.json -> petstore.ts [650ms]
6161
```
6262

63-
_Note: for obvious reasons, globbing doesn’t work for remote schemas_
63+
_Note: globbing doesn’t work for remote schemas because there is no reliable way to determine a list of files to select from a remote file system._
6464

6565
_Thanks to [@psmyrdek](https://github.com/psmyrdek) for the remote spec feature!_
6666

0 commit comments

Comments
 (0)