We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c303f commit 955b3e1Copy full SHA for 955b3e1
generator/README.md
@@ -30,7 +30,7 @@ To run the generator manually with default settings:
30
The generator accepts parameters via `--args`. Example:
31
32
``` bash
33
-./gradlew :generator:run --args="--openapi-url https://raw.githubusercontent.com/near/nearcore/master/chain/jsonrpc/openapi/openapi.json --models-out build/generated/models --client-out build/generated/client"
+./gradlew :generator:run --args="--openapi-url https://raw.githubusercontent.com/near/nearcore/master/chain/jsonrpc/openapi/openapi.json --models-out build/generated/models --client-out build/generated/client"
34
```
35
36
**Parameters:** - `--openapi-url` → URL of the OpenAPI spec (local file
0 commit comments